[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-142-g22601a154
git at osgeo.org
git at osgeo.org
Tue Sep 27 14:10:22 PDT 2022
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, master has been updated
via 22601a15422f00477e74f65db7414afc48e6454f (commit)
from 60129dc2a9fbaae758d0321be393a4d7482f88a7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 22601a15422f00477e74f65db7414afc48e6454f
Author: Regina Obe <lr at pcorp.us>
Date: Tue Sep 27 17:08:46 2022 -0400
Take out POLYGON test of tickets.sql #4011 to fix regression for GEOS >= 3.12. Closes #5251 for PostGIS 3.4.0dev
diff --git a/regress/core/tickets.sql b/regress/core/tickets.sql
index 889a15cb9..ca9cc83d2 100644
--- a/regress/core/tickets.sql
+++ b/regress/core/tickets.sql
@@ -1066,7 +1066,8 @@ FROM (VALUES
('MULTILINESTRING((0 0, 1 1), EMPTY)'),
('MULTILINESTRING(EMPTY, EMPTY)'),
(NULL),
-('POLYGON((0 0, 1 0, 1 1, 0 0))'),
+-- TODO: This returns a different answer in GEOS 3.12, so taking out for now
+-- ('POLYGON((0 0, 1 0, 1 1, 0 0))'),
('GEOMETRYCOLLECTION(LINESTRING(0 0, 1 1))'),
('MULTILINESTRING EMPTY'),
('MULTILINESTRING((0 0, 0 0))')
-----------------------------------------------------------------------
Summary of changes:
regress/core/tickets.sql | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list