Re: Last call? - Mailing list pgsql-hackers

From Tom Ivar Helbekkmo
Subject Re: Last call?
Date
Msg-id 86af2h94i9.fsf@barsoom.Hamartun.Priv.NO
Whole thread Raw
In response to Last call?  ("Thomas G. Lockhart" <lockhart@alumni.caltech.edu>)
List pgsql-hackers
"Thomas G. Lockhart" <lockhart@alumni.caltech.edu> writes:

> _  NetBSD 1.3

We normally write NetBSD/i386 1.3 (or 1.3.2, the latest version).

> _  NetBSD 1.3 Sparc

I just ran the regression tests on NetBSD/sparc 1.3H, which is an
interim (current) version between 1.3.2 and 1.4.  All tests pass
except float8, which generates the following extra error messages:

barsoom:tih> diff -c expected/float8-NetBSD.out results/float8.out 
*** expected/float8-NetBSD.out  Thu Oct  8 18:12:14 1998
--- results/float8.out  Tue Oct 27 20:07:18 1998
***************
*** 213,219 ****
--- 213,221 ---- QUERY: INSERT INTO FLOAT8_TBL(f1) VALUES ('-10e400'); ERROR:  Bad float8 input format '-10e400' QUERY:
INSERTINTO FLOAT8_TBL(f1) VALUES ('10e-400');
 
+ ERROR:  Bad float8 input format '10e-400' QUERY: INSERT INTO FLOAT8_TBL(f1) VALUES ('-10e-400');
+ ERROR:  Bad float8 input format '-10e-400' QUERY: DELETE FROM FLOAT8_TBL; QUERY: INSERT INTO FLOAT8_TBL(f1) VALUES
('0.0');QUERY: INSERT INTO FLOAT8_TBL(f1) VALUES ('-34.84');
 
barsoom:tih> 

> _  NetBSD 1.3 VAX

Unfortunately, I can't run the regression tests under NetBSD/vax, as
my old VAX is having stability problems at the moment.  Things were
fine with 6.3, though, and since NetBSD/i386 and NetBSD/sparc both
like 6.4BETA, it's extremely probable that NetBSD/vax will as well.

-tih
-- 
Popularity is the hallmark of mediocrity.  --Niles Crane, "Frasier"


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] make install fails in perl5 ...
Next
From: "Thomas G. Lockhart"
Date:
Subject: Re: [HACKERS] make install fails in perl5 ...