Re: tuptoaster.c must *not* use SnapshotAny

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: tuptoaster.c must *not* use SnapshotAny
Дата
Msg-id 23199.1011276483@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: tuptoaster.c must *not* use SnapshotAny  ("Zeugswetter Andreas SB SD" <ZeugswetterA@spardat.at>)
Список pgsql-hackers
"Zeugswetter Andreas SB SD" <ZeugswetterA@spardat.at> writes:
> I am concerned about the case where VACUUM FULL:
> 1. inserts heap tuple to new location using FrozenXid
> 2. updates original heap tuples's xmax

It doesn't matter whether it's FrozenXid or not.  The tuple is not
visible if it's got the wrong setting of HEAP_MOVED_OFF/IN.
        regards, tom lane


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

Предыдущее
От: Daniel Kalchev
Дата:
Сообщение: Re: RC1 date?
Следующее
От: "Zeugswetter Andreas SB SD"
Дата:
Сообщение: Re: tuptoaster.c must *not* use SnapshotAny