Regression error on float8 - Mailing list pgsql-hackers

From Magnus Hagander
Subject Regression error on float8
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCEA0F92E@algol.sollentuna.se
Whole thread Raw
Responses Re: Regression error on float8  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I'm getting the following regression errors with a backend built using
Visual C++:


*** ./expected/float8-exp-three-digits-win32.out        Wed Jun  8
23:15:29 2005
--- ./results/float8.out        Sun Apr 23 20:44:44 2006
***************
*** 324,331 ****       |                    0 |                     0       |               1004.3 |
10.014312837827      |               -34.84 |     -3.26607421344208 
!       | 1.2345678901234e+200 | 4.97933859234765e+066
!       | 1.2345678901234e-200 |  2.3112042409018e-067 (5 rows)  SELECT '' AS five, * FROM FLOAT8_TBL;
--- 324,331 ----       |                    0 |                     0       |               1004.3 |
10.014312837827      |               -34.84 |     -3.26607421344208 
!       | 1.2345678901234e+200 |  4.9793385923476e+066
!       | 1.2345678901234e-200 | 2.31120424090182e-067 (5 rows)  SELECT '' AS five, * FROM FLOAT8_TBL;

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



Any pointers appreciated...

//Magnus


pgsql-hackers by date:

Previous
From: Robert Treat
Date:
Subject: Re: TODO items..
Next
From: Alvaro Herrera
Date:
Subject: Re: Please advice TODO Item pg_hba.conf