Skip to content
Snippets Groups Projects
Commit 15942b82 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Solaris geometry results were out of sync with the input file

parent 9fb20f10
No related branches found
No related tags found
No related merge requests found
...@@ -280,7 +280,7 @@ SELECT '' AS twenty, b.f1 / p.f1 AS rotation ...@@ -280,7 +280,7 @@ SELECT '' AS twenty, b.f1 / p.f1 AS rotation
-- Paths -- Paths
-- --
SET geqo TO 'off'; SET geqo TO 'off';
SELECT '' AS eight, points(f1) AS npoints, f1 AS path FROM PATH_TBL; SELECT '' AS eight, npoints(f1) AS npoints, f1 AS path FROM PATH_TBL;
eight | npoints | path eight | npoints | path
-------+---------+--------------------------- -------+---------+---------------------------
| 2 | [(1,2),(3,4)] | 2 | [(1,2),(3,4)]
...@@ -397,7 +397,7 @@ SELECT '' AS twentyfour, p.f1, poly.f1, p.f1 @ poly.f1 AS contained ...@@ -397,7 +397,7 @@ SELECT '' AS twentyfour, p.f1, poly.f1, p.f1 @ poly.f1 AS contained
| (10,10) | ((0,1),(0,1)) | f | (10,10) | ((0,1),(0,1)) | f
(24 rows) (24 rows)
SELECT '' AS four, points(f1) AS npoints, f1 AS polygon SELECT '' AS four, npoints(f1) AS npoints, f1 AS polygon
FROM POLYGON_TBL; FROM POLYGON_TBL;
four | npoints | polygon four | npoints | polygon
------+---------+--------------------- ------+---------+---------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment