Use error message syntax consistant with other messages from the same

reference platform (Linux/gcc-lib/i686).
This commit is contained in:
Thomas G. Lockhart 1997-06-03 14:34:51 +00:00
parent e6924c9750
commit 98b56067ed
1 changed files with 1 additions and 1 deletions

View File

@ -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!