Re: collect_corrupt_items_vacuum.patch

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема Re: collect_corrupt_items_vacuum.patch
Дата
Msg-id CAPpHfdsVVAdaGAJgoOBAJ+6EGaCdsUi=wbgQAc3+8X_qtUr=Qg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: collect_corrupt_items_vacuum.patch  (Alexander Lakhin <exclusion@gmail.com>)
Ответы Re: collect_corrupt_items_vacuum.patch  (Alexander Lakhin <exclusion@gmail.com>)
Список pgsql-hackers
Hi, Alexander.

On Tue, Nov 7, 2023 at 1:00 PM Alexander Lakhin <exclusion@gmail.com> wrote:
> It looks like the v2 patch doesn't fix the original issue. Maybe I miss
> something, but with the patch applied, I see the failure immediately,
> though without the patch several iterations are needed to get it.


That's a bug in the patch.  Thank you for cathing it.  It should start
calculation from latestCompletedXid + 1, not InvalidTransactionId.
Please, check the revised patch.

------
Regards,
Alexander Korotkov

Вложения

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

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Protocol question regarding Portal vs Cursor
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Call pqPipelineFlush from PQsendFlushRequest