projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6924c9
)
Use error message syntax consistant with other messages from the same
author
Thomas G. Lockhart
Tue, 3 Jun 1997 14:34:51 +0000
(14:34 +0000)
committer
Thomas G. Lockhart
Tue, 3 Jun 1997 14:34:51 +0000
(14:34 +0000)
reference platform (Linux/gcc-lib/i686).
src/test/regress/expected/float8.out
patch
|
blob
|
blame
|
history
diff --git
a/src/test/regress/expected/float8.out
b/src/test/regress/expected/float8.out
index 4687acc251f5f3b39d5384ae7b832ff40a82c593..533d9a47e5833c634440d860574c718143cc4a6e 100644
(file)
--- a/
src/test/regress/expected/float8.out
+++ b/
src/test/regress/expected/float8.out
@@
-202,7
+202,7
@@
QUERY: SELECT '' AS bad, f.f1 * '1e200' from FLOAT8_TBL f;
WARN: Bad float8 input format -- overflow
QUERY: SELECT '' AS bad, f.f1 ^ '1e200' from FLOAT8_TBL f;
-WARN:
Bad float8 input format -- overflow
+WARN:
pow() returned a floating point out of the range
QUERY: SELECT '' AS bad, (; (f.f1)) from FLOAT8_TBL f where f.f1 = '0.0' ;
WARN:can't take log of 0!