Re: [HACKERS] questionable code in heap_formtuple()

From: David Hartwig <daveh(at)insightdist(dot)com>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: t-ishii(at)sra(dot)co(dot)jp, hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] questionable code in heap_formtuple()
Date: 1998-09-04 19:11:57
Message-ID: 35F03B7D.F6E32AB3@insightdist.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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);

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Meskes 1998-09-04 19:15:21 Re: [HACKERS] Re: CIDR/IP types. Was: [GENERAL] big numbers
Previous Message Andreas Zeugswetter 1998-09-04 19:10:52 Open portability issues