Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit15942b8

Browse files
committed
Solaris geometry results were out of sync with the input file
1 parent9fb20f1 commit15942b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/test/regress/expected/geometry-solaris-precision.out

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ SELECT '' AS twenty, b.f1 / p.f1 AS rotation
280280
-- Paths
281281
--
282282
SET geqo TO 'off';
283-
SELECT '' AS eight,points(f1) AS npoints, f1 AS path FROM PATH_TBL;
283+
SELECT '' AS eight,npoints(f1) AS npoints, f1 AS path FROM PATH_TBL;
284284
eight | npoints | path
285285
-------+---------+---------------------------
286286
| 2 | [(1,2),(3,4)]
@@ -397,7 +397,7 @@ SELECT '' AS twentyfour, p.f1, poly.f1, p.f1 @ poly.f1 AS contained
397397
| (10,10) | ((0,1),(0,1)) | f
398398
(24 rows)
399399

400-
SELECT '' AS four,points(f1) AS npoints, f1 AS polygon
400+
SELECT '' AS four,npoints(f1) AS npoints, f1 AS polygon
401401
FROM POLYGON_TBL;
402402
four | npoints | polygon
403403
------+---------+---------------------

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp