Re: race condition in pg_class - Mailing list pgsql-hackers

From Noah Misch
Subject Re: race condition in pg_class
Date
Msg-id 20241027214511.3c.nmisch@google.com
Whole thread Raw
In response to Re: race condition in pg_class  (Noah Misch <noah@leadboat.com>)
List pgsql-hackers
On Thu, Aug 22, 2024 at 12:32:00AM -0700, Noah Misch wrote:
> This move also loses the optimization of unpinning before XactLockTableWait().
> heap_update() doesn't optimize that way, so that's fine.

In this other thread, I'm proposing to go back to unpinning:
https://postgr.es/m/20241027214035.8a.nmisch@google.com



pgsql-hackers by date:

Previous
From: Yasir
Date:
Subject: Re: Alias of VALUES RTE in explain plan
Next
From: Hosney Osman
Date:
Subject: Re: Proposal for Integrating Data Masking and anonymization into PostgreSQL