float8 errors in HEAD...
От | Sean Chittenden |
---|---|
Тема | float8 errors in HEAD... |
Дата | |
Msg-id | 20030507052354.GG49916@perrin.int.nxad.com обсуждение исходный текст |
Ответы |
Re: float8 errors in HEAD...
|
Список | 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 по дате отправления: