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