Re: How should we wait for recovery conflict resolution? - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: How should we wait for recovery conflict resolution?
Date
Msg-id CA+hUKGJXmE6yMOnrURvcSY=YWZurvwfFFnaqd5nn92Rv50woUA@mail.gmail.com
Whole thread Raw
In response to How should we wait for recovery conflict resolution?  (Thomas Munro <thomas.munro@gmail.com>)
List pgsql-hackers
On Thu, Apr 6, 2023 at 7:46 AM Thomas Munro <thomas.munro@gmail.com> wrote:
> Initially I was suspicious that there may be tricky races to deal with
> around that wakeup logic, and the poll/sleep loop was due to an
> inability to come up with something reliable.

(Oops lost a sentence) ... but then I realised that we're just using
the lock manager here (as opposed to a special purpose rarely used
signaling system), which had better work.



pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: How should we wait for recovery conflict resolution?
Next
From: Robert Haas
Date:
Subject: Re: Should vacuum process config file reload more often