Regression testing failure: float8... - Mailing list pgsql-bugs

From Sean Chittenden
Subject Regression testing failure: float8...
Date
Msg-id 20030216235803.GI27077@perrin.int.nxad.com
Whole thread Raw
Responses Re: Regression testing failure: float8...  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
Howdy.  Just a quick FYI, but I was running some regression tests on
HEAD and noticed that float8 is failing on FreeBSD 5.  FreeBSD 4 seems
to be fine.  Any suggestions on what I can poke at or where I should
look regarding this?  -sc

*** ./expected/float8-small-is-zero.out    Tue Oct 22 13:01:15 2002
--- ./results/float8.out    Sun Feb 16 15:25:48 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: stored procedure namespace bug (critical) + COALECSE notice
Next
From: Tom Lane
Date:
Subject: Re: Regression testing failure: float8...