Re: [HACKERS] questionable code in heap_formtuple()
David Hartwig <daveh@insightdist.com>
From: David Hartwig <daveh@insightdist.com>
To: Bruce Momjian <maillist@candle.pha.pa.us>
Cc: t-ishii@sra.co.jp, hackers@postgreSQL.org
Date: 1998-09-04T19:11:57Z
Lists: pgsql-hackers
Bruce Momjian wrote:
> Oops, I meant:
>
> len = offsetof(HeapTupleData, t_bits);
>
No luck so far. I am digging around to see if anything has been effected at
all.
At line 812
/* len = sizeof *tuple - sizeof tuple->t_bits; */
len = offsetof(HeapTupleData, t_bits);