提交 af88c9bb 编写于 作者: T Tom Lane

Fix a missed case in int8-exp-three-digits.out, per buildfarm results.

上级 8acfc759
......@@ -726,13 +726,13 @@ SELECT CAST('42'::int2 AS int8), CAST('-37'::int2 AS int8);
(1 row)
SELECT CAST(q1 AS float4), CAST(q2 AS float8) FROM INT8_TBL;
q1 | q2
-------------+-----------------------
123 | 456
123 | 4.56789012345679e+15
4.56789e+15 | 123
4.56789e+15 | 4.56789012345679e+15
4.56789e+15 | -4.56789012345679e+15
q1 | q2
--------------+------------------------
123 | 456
123 | 4.56789012345679e+015
4.56789e+015 | 123
4.56789e+015 | 4.56789012345679e+015
4.56789e+015 | -4.56789012345679e+015
(5 rows)
SELECT CAST('36854775807.0'::float4 AS int8);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册