Re: Locks on unlogged tables are locked?!

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Locks on unlogged tables are locked?!
Дата
Msg-id 1524424.1700590579@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Locks on unlogged tables are locked?!  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: Locks on unlogged tables are locked?!  (Bruce Momjian <bruce@momjian.us>)
Список 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 по дате отправления:

Предыдущее
От: David Steele
Дата:
Сообщение: Re: Add recovery to pg_control and remove backup_label
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Remove distprep