Thanks to visit codestin.com
Credit goes to postgrespro.com

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

From Martijn van Oosterhout
Subject Re: On-Disk Tuple Size
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: On-Disk Tuple Size  (Curt Sampson <[email protected]>)
Responses Re: On-Disk Tuple Size
List pgsql-hackers
On Sat, Apr 20, 2002 at 05:22:20PM +0900, Curt Sampson wrote:
> > ...and 6 bytes for the CTID, which I guess may be unnecessary.
> 
> Really? How would things work without it?

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.

Unless I'm misunderstanding its purpose.

-- 
Martijn van Oosterhout   <[email protected]>   http://svana.org/kleptog/
> Canada, Mexico, and Australia form the Axis of Nations That
> Are Actually Quite Nice But Secretly Have Nasty Thoughts About America


pgsql-hackers by date:

Previous
From: Curt Sampson
Date:
Subject: Re: On-Disk Tuple Size
Next
From: John Gray
Date:
Subject: Re: commands subdirectory continued -code cleanup