]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Enable TAP tests of pg_receivewal for ZLIB on Windows, take three
authorMichael Paquier <michael@paquier.xyz>
Sat, 31 Jul 2021 01:13:15 +0000 (10:13 +0900)
committerMichael Paquier <michael@paquier.xyz>
Sat, 31 Jul 2021 01:13:15 +0000 (10:13 +0900)
commit0b8ea707580640f9d5562de77f4b563fa9131547
tree9eef7581c4b354653248a29cf51f32159693f7de
parent14d474e079e1edf08926a2e68028cbd82dd614c4
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
src/bin/pg_basebackup/t/020_pg_receivewal.pl