Remove some results from int4-not-representable.out

Tatsuo Ishii <ishii@postgresql.org>

Commit: 5363144d37822d9478010f129efe0d321dd14a6b
Author: Tatsuo Ishii <ishii@postgresql.org>
Date: 2000-03-26T02:25:34Z
Releases: 7.1.1
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)
<

Files