projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09b1576
)
This file seems not to have been updated for the most
author
Tom Lane
<tgl@sss.pgh.pa.us>
Sat, 26 Aug 2000 19:47:41 +0000
(19:47 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Sat, 26 Aug 2000 19:47:41 +0000
(19:47 +0000)
recent change to geometry.sql.
src/test/regress/expected/geometry-i86-gnulibc.out
patch
|
blob
|
blame
|
history
diff --git
a/src/test/regress/expected/geometry-i86-gnulibc.out
b/src/test/regress/expected/geometry-i86-gnulibc.out
index 7f4d3816dcac5f1e630d5db12ca2cbdbe3e89956..c2e689dea96a30b8af897908b948b2236f6e6d93 100644
(file)
--- a/
src/test/regress/expected/geometry-i86-gnulibc.out
+++ b/
src/test/regress/expected/geometry-i86-gnulibc.out
@@
-280,7
+280,7
@@
SELECT '' AS twenty, b.f1 / p.f1 AS rotation
-- Paths
--
SET geqo TO 'off';
-SELECT '' AS eight, points(f1) AS npoints, f1 AS path FROM PATH_TBL;
+SELECT '' AS eight,
n
points(f1) AS npoints, f1 AS path FROM PATH_TBL;
eight | npoints | path
-------+---------+---------------------------
| 2 | [(1,2),(3,4)]
@@
-397,7
+397,7
@@
SELECT '' AS twentyfour, p.f1, poly.f1, p.f1 @ poly.f1 AS contained
| (10,10) | ((0,1),(0,1)) | f
(24 rows)
-SELECT '' AS four, points(f1) AS npoints, f1 AS polygon
+SELECT '' AS four,
n
points(f1) AS npoints, f1 AS polygon
FROM POLYGON_TBL;
four | npoints | polygon
------+---------+---------------------