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

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Re-enable TAP tests of pg_receivewal for ZLIB on Windows
Date: 2021-07-20 03:23:24
Message-ID: E1m5gLs-0005tH-Jk@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-07-20 17:02:48 pgsql: Fix corner-case uninitialized-variable issues in plpgsql.
Previous Message Michael Paquier 2021-07-20 03:13:55 pgsql: Fix some issues with WAL segment opening for pg_receivewal --com