pgsql: Enable TAP tests of pg_receivewal for ZLIB on Windows, take thre - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Enable TAP tests of pg_receivewal for ZLIB on Windows, take thre
Date
Msg-id E1m9dnf-0003rJ-6O@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Enable TAP tests of pg_receivewal for ZLIB on Windows, take thre  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-committers
Enable TAP tests of pg_receivewal for ZLIB on Windows, take three

This reverts commit 6a2c532.  fairywren and bowerbird failed those tests
because of incorrect versions of ZLIB linked to, causing errors like
SIGBREAKs that stopped buildfarm runs or EACCES failures when writing
compressed WAL segments.

Andrew Dunstan has done all the investigation here, so he deserves all
the credit for being able to enable those tests on Windows.

Discussion: https://postgr.es/m/9040d5ed-6462-66a4-07ac-2923785ae563@dunslane.net

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0b8ea707580640f9d5562de77f4b563fa9131547

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


pgsql-committers by date:

Previous
From: John Naylor
Date:
Subject: pgsql: Fix expect file for MinGW32 ECPG regression tests
Next
From: Michael Paquier
Date:
Subject: Re: pgsql: Re-enable TAP tests of pg_receivewal for ZLIB on Windows