We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6924c9 commit 98b5606Copy full SHA for 98b5606
src/test/regress/expected/float8.out
@@ -202,7 +202,7 @@ QUERY: SELECT '' AS bad, f.f1 * '1e200' from FLOAT8_TBL f;
202
WARN: Bad float8 input format -- overflow
203
204
QUERY: SELECT '' AS bad, f.f1 ^ '1e200' from FLOAT8_TBL f;
205
-WARN: Bad float8 input format -- overflow
+WARN:pow() returned a floating point out of the range
206
207
QUERY: SELECT '' AS bad, (; (f.f1)) from FLOAT8_TBL f where f.f1 = '0.0' ;
208
WARN:can't take log of 0!
0 commit comments