Re: sync_standbys_defined read/write race on startup - Mailing list pgsql-hackers

From Kirill Reshke
Subject Re: sync_standbys_defined read/write race on startup
Date
Msg-id CALdSSPjw8R1UzKKujEdgUyazNYggd1EePwCP4MZHsotK4cKxhw@mail.gmail.com
Whole thread Raw
In response to sync_standbys_defined read/write race on startup  ("Maksim.Melnikov" <m.melnikov@postgrespro.ru>)
List pgsql-hackers
On Wed, 26 Mar 2025 at 21:18, Maksim.Melnikov <m.melnikov@postgrespro.ru> wrote:
>

> So my question is
> can we accept such behavior as bug of postgres codebase, or, on other way, it is bug of unstable test?
> P.S.
> For me it is looking strange, that postgres start processing workload before full config initializing.
> Attached possible patch for codebase.
>
> Best regards
> Melnikov Maksim

We do not tolerate TAP test flaps. Your repro is OK, can we have
deterministic test here using injection point technique?



-- 
Best regards,
Kirill Reshke



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Add estimated hit ratio to Memoize in EXPLAIN to explain cost adjustment
Next
From: "Devulapalli, Raghuveer"
Date:
Subject: RE: Improve CRC32C performance on SSE4.2