Remove some results from int4-not-representable.out
authorTatsuo Ishii <ishii@postgresql.org>
Sun, 26 Mar 2000 02:25:34 +0000 (02:25 +0000)
committerTatsuo Ishii <ishii@postgresql.org>
Sun, 26 Mar 2000 02:25:34 +0000 (02:25 +0000)
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)
<

src/test/regress/expected/int4-not-representable.out

index b706c1ca836755a755ae1e06124e0347a4d91966..a5da8445d87658635b3a851fd81512759ac1cc80 100644 (file)
@@ -295,21 +295,3 @@ SELECT (2 + 2) / 2 AS two;
    2
 (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)
-