Re: [HACKERS] Re: Tuple-valued datums on Alpha (was Re: 7.1 on DEC/Alpha)

From: Brent Verner <brent(at)rcfile(dot)org>
To: 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-28 00:38:05
Message-ID: 20001227193805.B6638@rcfile.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

On 27 Dec 2000 at 18:44 (-0500), Tom Lane wrote:
| Brent Verner <brent(at)rcfile(dot)org> writes:
| > INSERT INTO OID_TBL(f1) VALUES ('-1040');
| > + ERROR: oidin: error reading "-1040": Error 0 occurred.
|
| Hm. I thought I'd fixed that. Are you up to date on
| src/backend/utils/adt/oid.c ? Current CVS has rev 1.42.

yup. got that version -- 1.42 2000/12/22 21:36:09 tgl

| It would appear that Alpha no longer needs the special
| float8-fp-exception.out comparison file. Try removing the line
|
| float8/alpha.*-dec-osf=float8-fp-exception

cc w/o line above: FAIL
cc w/ line above: ok
gcc w/o line above: ??? (will retest later)
gcc w/ line above: FAIL

| The geometry diffs also look like Alpha may be more nearly in sync with
| the rest of the world than it used to be. Do any of the other geometry
| comparison files match what you are getting as results/geometry.out?

none match.

| regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Brent Verner 2000-12-28 00:48:48 [patch] src/include/storage/s_lock.h
Previous Message Tom Lane 2000-12-27 23:44:42 Re: [HACKERS] Re: Tuple-valued datums on Alpha (was Re: 7.1 on DEC/Alpha)

Browse pgsql-patches by date

  From Date Subject
Next Message Brent Verner 2000-12-28 00:48:48 [patch] src/include/storage/s_lock.h
Previous Message Tom Lane 2000-12-27 23:44:42 Re: [HACKERS] Re: Tuple-valued datums on Alpha (was Re: 7.1 on DEC/Alpha)