Re: On-Disk Tuple Size - Mailing list pgsql-hackers

From Tom Lane
Subject Re: On-Disk Tuple Size
Date
Msg-id 23456.1019316471@sss.pgh.pa.us
Whole thread Raw
In response to Re: On-Disk Tuple Size  (Martijn van Oosterhout <kleptog@svana.org>)
List pgsql-hackers
Martijn van Oosterhout <kleptog@svana.org> writes:
> Well, from my examination of the on-disk data the CTID stored there is the
> same as its location in the file, so it could just be filled in while
> reading.

Nope.  CTID is used as a forward link from an updated tuple to its newer
version.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Documentation on page files
Next
From: Tom Lane
Date:
Subject: Re: On-disk Tuple Size