Re: Last call?

Tom Ivar Helbekkmo <tih@hamartun.priv.no>

From: Tom Ivar Helbekkmo <tih@Hamartun.Priv.NO>
To: "Thomas G. Lockhart" <lockhart@alumni.caltech.edu>
Cc: Postgres Hackers List <hackers@postgresql.org>
Date: 1998-10-27T19:41:34Z
Lists: 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: INSERT INTO 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"