Re: HOT updates & REDIRECT line pointers

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: HOT updates & REDIRECT line pointers
Дата
Msg-id 13203.1332377048@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: HOT updates & REDIRECT line pointers  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: HOT updates & REDIRECT line pointers
Список pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> On Wed, Mar 21, 2012 at 8:13 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> Another issue, quite independent from race conditions against other
>> observers of the row, is what if the tuple is part of an update chain?
>> You have no way to find the predecessor row version and update its
>> t_ctid forward link.

> I don't see why I need to.  The predecessor, if any, points to the
> root of the HOT chain;

Oh, right.  So scratch that objection.  The other one is still fatal
though ...
        regards, tom lane


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: HOT updates & REDIRECT line pointers
Следующее
От: Robert Haas
Дата:
Сообщение: heap_freeze_tuple locking requirements