mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 22:59:54 -04: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:
parent
07f6c02eac
commit
119fd7956a
2 changed files with 0 additions and 14 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue