From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Brent Verner <brent(at)rcfile(dot)org>, Ryan Kirkpatrick <rkirkpat(at)rkirkpat(dot)net> |
Cc: | pgsql-patches(at)postgreSQL(dot)org |
Subject: | Re: [HACKERS] Re: Tuple-valued datums on Alpha (was Re: 7.1 on DEC/Alpha) |
Date: | 2000-12-27 21:50:10 |
Message-ID: | 21233.977953810@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
After further study, I realized that fetchatt() and a number of other
places were not prepared to cope with 8-byte pass-by-value datatypes.
Most of them weren't checking for cases they couldn't handle, either.
Here is a revised patch for you to try (this includes yesterday's patch
plus more changes, so you'll need to reverse out the prior patch before
applying this one). NOTE you will need to do a full reconfigure and
rebuild to make this fly --- I'd suggest "make distclean" to start.
regards, tom lane
Attachment | Content-Type | Size |
---|---|---|
alpha.patch.gz | application/octet-stream | 13.4 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Frank Joerdens | 2000-12-27 22:22:24 | Re: PHP and PostgreSQL |
Previous Message | Adam Lang | 2000-12-27 21:30:46 | Re: PHP and PostgreSQL |
From | Date | Subject | |
---|---|---|---|
Next Message | Brent Verner | 2000-12-27 23:05:55 | Re: [HACKERS] Re: Tuple-valued datums on Alpha (was Re: 7.1 on DEC/Alpha) |
Previous Message | Tom Lane | 2000-12-27 15:18:45 | Re: Re: Tuple-valued datums on Alpha (was Re: 7.1 on DEC/Alpha) |