1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-16 17:07:43 +03:00

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.
This commit is contained in:
Tom Lane
2001-08-23 15:10:17 +00:00
parent 07f6c02eac
commit 119fd7956a
2 changed files with 0 additions and 14 deletions

View 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;