Re: Re: Tuple-valued datums on Alpha (was Re: 7.1 on DEC/Alpha) - Mailing list pgsql-hackers

From Brent Verner
Subject Re: Re: Tuple-valued datums on Alpha (was Re: 7.1 on DEC/Alpha)
Date
Msg-id 20001227062916.A2354@rcfile.org
Whole thread Raw
In response to Re: Re: Tuple-valued datums on Alpha (was Re: 7.1 on DEC/Alpha)  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Re: Tuple-valued datums on Alpha (was Re: 7.1 on DEC/Alpha)
List pgsql-hackers
On 26 Dec 2000 at 23:41 (-0500), Tom Lane wrote:
| Brent Verner <brent@rcfile.org> writes:
| > | Please apply it locally and let me know what you find.
|
| > what I'm seeing now is much the same.
|
| Drat.  More to do, then.

after hours in the gdb-hole, I see this... maybe a clue? :)

src/include/access/common/heaptuple.c:

450     {
451
452       /*
453        * Fix me when going to a machine with more than a four-byte
454        * word!
455        */
456       off = att_align(off, att[j]->attlen, att[j]->attalign);
457
458       att[j]->attcacheoff = off;
459
460       off = att_addlength(off, att[j]->attlen, tp + off);
461     }

I'm pretty sure I don't know best how to fix this, but I've got some
randomly entered code compiling now :)  If it passes the regression
tests I'll send it along.

  brent 'glad the coffee shop in the backyard is open now :)'


pgsql-hackers by date:

Previous
From: Zeugswetter Andreas SB
Date:
Subject: configure in snapshout == configure.in
Next
From: Chih-Chang Hsieh
Date:
Subject: About PQsetClientEncoding(),"SET NAMES",and "SET CLIENT_ENCODING"