Re: Last call?

From: Tom Ivar Helbekkmo <tih(at)Hamartun(dot)Priv(dot)NO>
To: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
Cc: Postgres Hackers List <hackers(at)postgresql(dot)org>
Subject: Re: Last call?
Date: 1998-10-27 19:41:34
Message-ID: 86af2h94i9.fsf@barsoom.Hamartun.Priv.NO
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Thomas G. Lockhart" <lockhart(at)alumni(dot)caltech(dot)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"

In response to

  • Last call? at 1998-10-25 04:29:38 from Thomas G. Lockhart

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1998-10-27 19:49:26 Re: rules regression test diff (was Re: [HACKERS] Last call?)
Previous Message Thomas G. Lockhart 1998-10-27 19:19:51 Re: [HACKERS] make install fails in perl5 ...