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

From Brent Verner
Subject Re: [HACKERS] Re: Tuple-valued datums on Alpha (was Re: 7.1 on DEC/Alpha)
Date
Msg-id 20001227193805.B6638@rcfile.org
Whole thread Raw
In response to Re: [HACKERS] Re: Tuple-valued datums on Alpha (was Re: 7.1 on DEC/Alpha)  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Re: [HACKERS] Re: Tuple-valued datums on Alpha (was Re: 7.1 on DEC/Alpha)  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
On 27 Dec 2000 at 18:44 (-0500), Tom Lane wrote:
| Brent Verner <brent@rcfile.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

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Re: Tuple-valued datums on Alpha (was Re: 7.1 on DEC/Alpha)
Next
From: Brent Verner
Date:
Subject: [patch] src/include/storage/s_lock.h