Re: tuptoaster.c must *not* use SnapshotAny

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas SB SD
Тема Re: tuptoaster.c must *not* use SnapshotAny
Дата
Msg-id 46C15C39FEB2C44BA555E356FBCD6FA42128C6@m0114.s-mxs.net
обсуждение исходный текст
Ответ на tuptoaster.c must *not* use SnapshotAny  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: tuptoaster.c must *not* use SnapshotAny
Список pgsql-hackers
> > 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.

But the FrozenXid tuple has HEAP_MOVED_IN and the original has
not yet been altered to HEAP_MOVED_OFF because of abort.
Is the HEAP_MOVED_IN tuple not visible ?

Andreas


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: tuptoaster.c must *not* use SnapshotAny
Следующее
От: Gavin Sherry
Дата:
Сообщение: can't shrink relation