Re: Locks on unlogged tables are locked?! - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Locks on unlogged tables are locked?!
Date
Msg-id 1524424.1700590579@sss.pgh.pa.us
Whole thread Raw
In response to Re: Locks on unlogged tables are locked?!  (Bruce Momjian <bruce@momjian.us>)
Responses Re: Locks on unlogged tables are locked?!  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
> Uh, was this ever addressed?  I don't see the patch applied or the code
> in this area modified.

This patch as-is would surely be disastrous: having LockAcquire
try to open the relcache entry for the thing we're trying to lock
is going to be circular in at least some cases.  I'm not convinced
that there's a problem worth solving here, but if there is, it'd
have to be done in some other way.

            regards, tom lane



pgsql-hackers by date:

Previous
From: David Steele
Date:
Subject: Re: Add recovery to pg_control and remove backup_label
Next
From: Tom Lane
Date:
Subject: Re: Remove distprep