Re: [HACKERS] questionable code in heap_formtuple() - Mailing list pgsql-hackers

From David Hartwig
Subject Re: [HACKERS] questionable code in heap_formtuple()
Date
Msg-id 35F03B7D.F6E32AB3@insightdist.com
Whole thread Raw
In response to Re: [HACKERS] questionable code in heap_formtuple()  (Bruce Momjian <maillist@candle.pha.pa.us>)
List 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);


pgsql-hackers by date:

Previous
From: Andreas Zeugswetter
Date:
Subject: Open portability issues
Next
From: Brook Milligan
Date:
Subject: Re: [HACKERS] Open portability issues