提交 98b56067 编写于 作者: T Thomas G. Lockhart

Use error message syntax consistant with other messages from the same

reference platform (Linux/gcc-lib/i686).
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册