Commit 119fd795 authored by Tom Lane's avatar Tom Lane

Remove test of 'inf' since it introduces a platform dependency (some

Unixen spell it 'Inf').  Not worth adding multiple expected files and
a resultmap just for this.
parent 07f6c02e
......@@ -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
------
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment