Re: Incorrect assumption in heap_prepare_freeze_tuple

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Incorrect assumption in heap_prepare_freeze_tuple
Дата
Msg-id 20201003073619.dn2zamk4btyxefwe@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: Incorrect assumption in heap_prepare_freeze_tuple  (Kuntal Ghosh <kuntalghosh.2007@gmail.com>)
Ответы Re: Incorrect assumption in heap_prepare_freeze_tuple  (Kuntal Ghosh <kuntalghosh.2007@gmail.com>)
Список pgsql-hackers
Hi,

On 2020-10-03 12:58:01 +0530, Kuntal Ghosh wrote:
> IIUC, there can be a HOT-updated tuple which is not initially pruned
> by heap_page_prune but later diagnosed HEAPTUPLE_DEAD by
> HeapTupleSatisfiesVacuum (Since OldestXmin can be updated by the time
> we call HeapTupleSatisfiesVacuum and xmax becomes older than
> OldestXmin).

Hm? OldestXmin is constant over the course of vacuum, no?

Greetings,

Andres Freund



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

Предыдущее
От: Kuntal Ghosh
Дата:
Сообщение: Re: Incorrect assumption in heap_prepare_freeze_tuple
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: Resetting spilled txn statistics in pg_stat_replication