Re: HOT chain validation in verify_heapam()

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: HOT chain validation in verify_heapam()
Дата
Msg-id 20230322220757.4m4xldk6ycgwphh4@awork3.anarazel.de
обсуждение исходный текст
Ответ на Re: HOT chain validation in verify_heapam()  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
Hi,

On 2023-03-22 14:56:22 -0700, Andres Freund wrote:
> A patch addressing some, but not all, of those is attached. With that I don't
> see any crashes or false-positives anymore.

That patch missed that, as committed, the first if (ItemIdIsRedirected())
check sets lp_valid[n] = true even if the target of the redirect is unused.

With that fixed, 004_verify_heapam doesn't cause crash anymore - it doesn't
pass though, because there's a bunch of unadjusted error messages.

Andres

Вложения

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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: HOT chain validation in verify_heapam()
Следующее
От: Justin Pryzby
Дата:
Сообщение: Re: Improve logging when using Huge Pages