Re: Adding further hardening to nbtree page deletion

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: Adding further hardening to nbtree page deletion
Дата
Msg-id CAH2-WznUSCDFPv29GxTr=Hk0_A5wHp+s2X4W2fO=uHwjsHV6vA@mail.gmail.com
обсуждение исходный текст
Ответ на Adding further hardening to nbtree page deletion  (Peter Geoghegan <pg@bowt.ie>)
Список pgsql-hackers
On Fri, Jun 16, 2023 at 2:15 PM Peter Geoghegan <pg@bowt.ie> wrote:
> Attached patch adds additional hardening to nbtree page deletion. It
> makes nbtree VACUUM tolerate a certain sort of cross-page
> inconsistencies in the structure of an index (corruption). VACUUM can
> press on, avoiding an eventual wraparound/xidStopLimit failure in
> environments where nobody notices the problem for an extended period.

My current plan is to commit this in the next couple of days. I'll
backpatch all the way, like last time.

--
Peter Geoghegan



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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: allow granting CLUSTER, REFRESH MATERIALIZED VIEW, and REINDEX
Следующее
От: Peter Smith
Дата:
Сообщение: Re: Consistent coding for the naming of LR workers