Re: Issue in GIN fast-insert: XLogBeginInsert + Read/LockBuffer ordering

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Issue in GIN fast-insert: XLogBeginInsert + Read/LockBuffer ordering
Дата
Msg-id Y0do3vziDRjvpa7u@paquier.xyz
обсуждение исходный текст
Ответ на Re: Issue in GIN fast-insert: XLogBeginInsert + Read/LockBuffer ordering  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Issue in GIN fast-insert: XLogBeginInsert + Read/LockBuffer ordering  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Список pgsql-hackers
On Wed, Oct 12, 2022 at 08:54:34PM -0400, Tom Lane wrote:
> Don't we need to back-patch these fixes?

I guess I should, though I have finished by not doing due to the
unlikeliness of the problem, where we would need the combination of a
page eviction with an error in the critical section to force a PANIC,
or a crash before the WAL gets inserted.  Other opinions?
--
Michael

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Issue in GIN fast-insert: XLogBeginInsert + Read/LockBuffer ordering
Следующее
От: Julien Rouhaud
Дата:
Сообщение: Re: how to correctly react on exception in pfree function?