You are right: I have fixed my build script
https://github.com/pierreforstmann/pglinks/blob/main/bmake.sh
and 'make installcheck-world' does not report any test failure.
Le 12/08/2026 à 05:37, Shinya Kato a écrit :
On Mon, Aug 10, 2026 at 10:48 PM Pierre Forstmann
<[email protected]> wrote:
Test Summary Report
-------------------
t/006_logical_decoding.pl (Wstat: 7424 (exited 29) Tests: 0 Failed: 0)
Non-zero exit status: 29
t/010_logical_decoding_timelines.pl (Wstat: 7424 (exited 29) Tests: 0 Failed: 0)
Non-zero exit status: 29
t/013_crash_restart.pl (Wstat: 65280 (exited 255) Tests: 0 Failed:
0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
What should I do ?
Thank you for testing the patch.
These failures look unrelated to the patch. The test_decoding failures
in 006 and 010 are because contrib is not present in your install
prefix. installcheck-world runs the TAP tests against the installed
tree, so "make install" alone is not enough. Please run "make
install-world" (or at least "make -C contrib install") and retry.