From: | Sean Chittenden <sean(at)chittenden(dot)org> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Regression testing failure: float8... |
Date: | 2003-02-16 23:58:03 |
Message-ID: | 20030216235803.GI27077@perrin.int.nxad.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2003-02-17 00:11:50 | Re: Regression testing failure: float8... |
Previous Message | Tom Lane | 2003-02-16 02:57:39 | Re: stored procedure namespace bug (critical) + COALECSE notice |