| From: | Pierre Forstmann <pierre(dot)forstmann(at)gmail(dot)com> |
|---|---|
| To: | Shinya Kato <shinya11(dot)kato(at)gmail(dot)com> |
| Cc: | pgsql-hackers(at)lists(dot)postgresql(dot)org |
| Subject: | Re: Avoid recalculating pgprocno in ProcArrayAdd() |
| Date: | 2026-08-12 14:37:30 |
| Message-ID: | 3998c3ac-14ce-4adc-9b05-8637140b8bc9@gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
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
> <pierre(dot)forstmann(at)gmail(dot)com> 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.
>
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andrey Borodin | 2026-08-12 14:39:10 | Re: [PATCH]Fix pg_xact corruption from subtransaction abort after subcommit |
| Previous Message | Henson Choi | 2026-08-12 14:36:19 | Re: Row pattern recognition |