pgsql: Re-enable TAP tests of pg_receivewal for ZLIB on Windows

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Re-enable TAP tests of pg_receivewal for ZLIB on Windows
Дата
Msg-id E1m5gLs-0005tH-Jk@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Re-enable TAP tests of pg_receivewal for ZLIB on Windows
Список pgsql-committers
Re-enable TAP tests of pg_receivewal for ZLIB on Windows

This is a revert of 6cea447, that disabled those tests temporarily on
Windows due to failures with bowerbird where gzflush() would fail when
executed on a freshly-opened compressed and partial segment.  This
problem should be taken care of now thanks to 7fbe0c8, so let's see what
the buildfarm has to say on Windows for those tests.

Discussion: https://postgr.es/m/YPDLz2x3o1aX2wRh@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/91d395f47aa92849b2556b1a4d6bc1ff34121a30

Modified Files
--------------
src/bin/pg_basebackup/t/020_pg_receivewal.pl | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix some issues with WAL segment opening for pg_receivewal --com
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix corner-case uninitialized-variable issues in plpgsql.