Re: Avoid recalculating pgprocno in ProcArrayAdd() - Mailing list pgsql-hackers

From Pierre Forstmann
Subject Re: Avoid recalculating pgprocno in ProcArrayAdd()
Date
Msg-id 3998c3ac-14ce-4adc-9b05-8637140b8bc9@gmail.com
Whole thread
In response to Avoid recalculating pgprocno in ProcArrayAdd()  (Shinya Kato <shinya11.kato@gmail.com>)
List 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.forstmann@gmail.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.
>
>



pgsql-hackers by date:

Previous
From: Henson Choi
Date:
Subject: Re: Row pattern recognition
Next
From: Andrey Borodin
Date:
Subject: Re: [PATCH]Fix pg_xact corruption from subtransaction abort after subcommit