float8 errors in HEAD...

From: Sean Chittenden <sean(at)chittenden(dot)org>
To: pgsql-bugs(at)postgresql(dot)org
Subject: float8 errors in HEAD...
Date: 2003-05-07 05:23:54
Message-ID: 20030507052354.GG49916@perrin.int.nxad.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Gaetano Mendola 2003-05-07 09:03:34 Re: Reindex and Vacuum togheter BUG ? [ was Vacuum bug ]
Previous Message Tom Lane 2003-05-06 05:17:32 Re: Reindex and Vacuum togheter BUG ? [ was Vacuum bug ]