Commit 98b56067 authored by Thomas G. Lockhart's avatar Thomas G. Lockhart

Use error message syntax consistant with other messages from the same

reference platform (Linux/gcc-lib/i686).
parent e6924c97
......@@ -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!
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment