提交 5363144d 编写于 作者: T Tatsuo Ishii

Remove some results from int4-not-representable.out

This is due to the changes made to int4.sql.

< SELECT dsqrt(float8 '64') AS eight;
<  eight
< -------
<      8
< (1 row)
<
< SELECT |/float8 '64' AS eight;
<  eight
< -------
<      8
< (1 row)
<
< SELECT ||/float8 '27' AS three;
<  three
< -------
<      3
< (1 row)
<
上级 bccac99e
...@@ -295,21 +295,3 @@ SELECT (2 + 2) / 2 AS two; ...@@ -295,21 +295,3 @@ SELECT (2 + 2) / 2 AS two;
2 2
(1 row) (1 row)
SELECT dsqrt(float8 '64') AS eight;
eight
-------
8
(1 row)
SELECT |/float8 '64' AS eight;
eight
-------
8
(1 row)
SELECT ||/float8 '27' AS three;
three
-------
3
(1 row)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册