]> granicus.if.org Git - postgresql/commitdiff
Remove test of 'inf' since it introduces a platform dependency (some
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 23 Aug 2001 15:10:17 +0000 (15:10 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 23 Aug 2001 15:10:17 +0000 (15:10 +0000)
Unixen spell it 'Inf').  Not worth adding multiple expected files and
a resultmap just for this.

contrib/cube/expected/cube.out
contrib/cube/sql/cube.sql

index fae662547d9fe6a2d3cbd99131efcb8965c4ea55..ed94a25b44cbe283047a7ed9075ac67bc4d9dcd5 100644 (file)
@@ -127,18 +127,6 @@ SELECT '-1.0e-7'::cube AS cube;
  (-1e-07)
 (1 row)
 
-SELECT '1e700'::cube AS cube;
- cube  
--------
- (inf)
-(1 row)
-
-SELECT '-1e700'::cube AS cube;
-  cube  
---------
- (-inf)
-(1 row)
-
 SELECT '1e-700'::cube AS cube;
  cube 
 ------
index 70feb8a217ab5106a5917137bd788af2ae624646..0e0de38bc4c97d1e299b90f1ecbc1c383abb83cf 100644 (file)
@@ -35,8 +35,6 @@ SELECT '1e-7'::cube AS cube;
 SELECT '-1e-7'::cube AS cube;
 SELECT '1.0e-7'::cube AS cube;
 SELECT '-1.0e-7'::cube AS cube;
-SELECT '1e700'::cube AS cube;
-SELECT '-1e700'::cube AS cube;
 SELECT '1e-700'::cube AS cube;
 SELECT '-1e-700'::cube AS cube;