mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Use error message syntax consistant with other messages from the same
reference platform (Linux/gcc-lib/i686).
This commit is contained in:
@ -202,7 +202,7 @@ QUERY: SELECT '' AS bad, f.f1 * '1e200' from FLOAT8_TBL f;
|
|||||||
WARN: Bad float8 input format -- overflow
|
WARN: Bad float8 input format -- overflow
|
||||||
|
|
||||||
QUERY: SELECT '' AS bad, f.f1 ^ '1e200' from FLOAT8_TBL f;
|
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' ;
|
QUERY: SELECT '' AS bad, (; (f.f1)) from FLOAT8_TBL f where f.f1 = '0.0' ;
|
||||||
WARN:can't take log of 0!
|
WARN:can't take log of 0!
|
||||||
|
Reference in New Issue
Block a user