Use error message syntax consistant with other messages from the same
reference platform (Linux/gcc-lib/i686).
This commit is contained in:
parent
e6924c9750
commit
98b56067ed
@ -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!
|
||||
|
Loading…
Reference in New Issue
Block a user