Re: [HACKERS] HOT WIP Patch - version 2 - Mailing list pgsql-patches

From Tom Lane
Subject Re: [HACKERS] HOT WIP Patch - version 2
Date
Msg-id 26429.1171981393@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] HOT WIP Patch - version 2  ("Pavan Deolasee" <pavan.deolasee@gmail.com>)
Responses Re: [HACKERS] HOT WIP Patch - version 2  ("Pavan Deolasee" <pavan.deolasee@gmail.com>)
List pgsql-patches
"Pavan Deolasee" <pavan.deolasee@gmail.com> writes:
> ... Yes. The HOT-updated status of the root and all intermediate
> tuples is cleared and their respective ctid pointers are made
> point to themselves.

Doesn't that destroy the knowledge that they form a tuple chain?
While it might be that no one cares any longer, it would seem more
reasonable to leave 'em chained together.

            regards, tom lane

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] HOT WIP Patch - version 2
Next
From: Tom Lane
Date:
Subject: Re: correct format for date, time, timestamp for XML functionality