float8 errors in HEAD... - Mailing list pgsql-bugs

From Sean Chittenden
Subject float8 errors in HEAD...
Date
Msg-id 20030507052354.GG49916@perrin.int.nxad.com
Whole thread Raw
Responses Re: float8 errors in HEAD...  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
I'm not sure if the regression tests haven't been updated or if
there's a change, but I'm getting this on a recent FreeBSD machine
with gcc 3.2.2.  Any ideas?  -sc


*** ./expected/float8-small-is-zero.out Tue Mar 11 13:01:33 2003
--- ./results/float8.out        Tue May  6 22:13:17 2003
***************
*** 274,280 ****
--- 274,282 ----
  INSERT INTO FLOAT8_TBL(f1) VALUES ('-10e400');
  ERROR:  Input '-10e400' is out of range for float8
  INSERT INTO FLOAT8_TBL(f1) VALUES ('10e-400');
+ ERROR:  Input '10e-400' is out of range for float8
  INSERT INTO FLOAT8_TBL(f1) VALUES ('-10e-400');
+ ERROR:  Input '-10e-400' is out of range for float8
  -- maintain external table consistency across platforms
  -- delete all values and reinsert well-behaved ones
  DELETE FROM FLOAT8_TBL;

======================================================================

--
Sean Chittenden

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Reindex and Vacuum togheter BUG ? [ was Vacuum bug ]
Next
From: "Gaetano Mendola"
Date:
Subject: Re: Reindex and Vacuum togheter BUG ? [ was Vacuum bug ]