Re: lastOverflowedXid does not handle transaction ID wraparound

Поиск
Список
Период
Сортировка
От Andrey Borodin
Тема Re: lastOverflowedXid does not handle transaction ID wraparound
Дата
Msg-id 3F300306-D8B5-47F8-807E-6E6BF374ED52@yandex-team.ru
обсуждение исходный текст
Ответ на Re: lastOverflowedXid does not handle transaction ID wraparound  (Dmitry Dolgov <9erthalion6@gmail.com>)
Ответы Re: lastOverflowedXid does not handle transaction ID wraparound  (Dmitry Dolgov <9erthalion6@gmail.com>)
Re: lastOverflowedXid does not handle transaction ID wraparound  (Stan Hu <stanhu@gmail.com>)
Список pgsql-hackers

> 17 окт. 2021 г., в 21:55, Dmitry Dolgov <9erthalion6@gmail.com> написал(а):
> I wonder what would be side
> effects of clearing it when the snapshot is not suboverfloved anymore?

I think we should just invalidate lastOverflowedXid on every XLOG_RUNNING_XACTS if subxid_overflow == false. I can't
finda reason not to do so. 

Best regards, Andrey Borodin.


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: [PATCH] Fix memory corruption in pg_shdepend.c
Следующее
От: Japin Li
Дата:
Сообщение: Re: [Bug] Logical Replication failing if the DateStyle is different in Publisher & Subscriber