From: | Tomas Vondra <tomas(at)vondra(dot)me> |
---|---|
To: | Andres Freund <andres(at)anarazel(dot)de> |
Cc: | Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, Noah Misch <noah(at)leadboat(dot)com>, Michael Paquier <michael(at)paquier(dot)xyz>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Refactoring postmaster's code to cleanup after child exit |
Date: | 2025-03-07 17:03:04 |
Message-ID: | acba60cc-b7e2-40fd-ba37-891fc3e0d2b9@vondra.me |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 3/7/25 16:49, Andres Freund wrote:
> Hi,
>
> On 2025-03-07 16:25:09 +0100, Tomas Vondra wrote:
>> FWIW I keep running into this (and skink seems unhappy too). I ended up
>> just adding a sleep(1), right before
>>
>> push(@sessions, background_psql_as_user('regress_superuser'));
>>
>> and that makes it work on all my machines (including rpi5).
>
> Can you confirm that the fix attached to my prior email suffices to address
> the issue on your machine too? I'm planning to push the fixes soon.
>
Yes, the v2 fixes that too. I got confused by the message suggesting
... this pump stuff is all about getting better error messages
on a test failure. It doesn't help with the original issue.
which made me believe the tests will still fail, so I haven't tried the
patches before. But that doesn't seem to be the case.
regards
--
Tomas Vondra
From | Date | Subject | |
---|---|---|---|
Next Message | Jacob Champion | 2025-03-07 17:03:18 | Re: [PATCH] pg_stat_activity: make slow/hanging authentication more visible |
Previous Message | Nikolay Shaplov | 2025-03-07 17:02:08 | Minor rework of ALTER TABLE SET RelOptions code |