Re: HOT updates & REDIRECT line pointers - Mailing list pgsql-hackers

From Tom Lane
Subject Re: HOT updates & REDIRECT line pointers
Date
Msg-id 13203.1332377048@sss.pgh.pa.us
Whole thread Raw
In response to Re: HOT updates & REDIRECT line pointers  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: HOT updates & REDIRECT line pointers  (Robert Haas <robertmhaas@gmail.com>)
List 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 by date:

Previous
From: Robert Haas
Date:
Subject: Re: HOT updates & REDIRECT line pointers
Next
From: Robert Haas
Date:
Subject: heap_freeze_tuple locking requirements