Re: [HACKERS] IndexTuple Structure

2007-10-09 Thread Gokulakannan Somasundaram
On 10/9/07, Gokulakannan Somasundaram <[EMAIL PROTECTED]> wrote: > > Hi, > When i saw the IndexTuple structure, i saw that 13 bits are allocated > to store the size of the Values List of the IndexTuple Structure. Also the > IID(ItemId Identifier) in the Page header stores the complete size of

[HACKERS] IndexTuple Structure

2007-10-09 Thread Gokulakannan Somasundaram
Hi, When i saw the IndexTuple structure, i saw that 13 bits are allocated to store the size of the Values List of the IndexTuple Structure. Also the IID(ItemId Identifier) in the Page header stores the complete size of the IndexTuple. Can't we derive the size of the IndexTuple from the IID->le