Re: CheckpointLock needed in CreateCheckPoint()? - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: CheckpointLock needed in CreateCheckPoint()?
Date
Msg-id YAZ1kjmf40EYXRAI@paquier.xyz
Whole thread Raw
In response to Re: CheckpointLock needed in CreateCheckPoint()?  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On Mon, Jan 18, 2021 at 02:36:48PM -0500, Robert Haas wrote:
> Here's a patch to remove CheckpointLock completely. For
> ProcessInterrupts() to do anything, one of the following things would
> have to be true:
>
> [...]
>
> So I don't see any problem with just ripping this out entirely, but
> I'd like to know if anybody else does.

Agreed, +1.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Corey Huinker
Date:
Subject: Re: simplifying foreign key/RI checks
Next
From: Fujii Masao
Date:
Subject: Re: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit