[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-247-gcc846f720

git at osgeo.org git at osgeo.org
Sat Oct 22 21:07:18 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  cc846f72084fc49f54a4b130e5512ac2e427a516 (commit)
      from  94b5054ca35fdfeada626d28f654daa52207b2c4 (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 cc846f72084fc49f54a4b130e5512ac2e427a516
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Oct 23 00:06:19 2022 -0400

    geos310 failure against GEOS main (3.12dev)
    Closes #5260 for PostGIS 3.4.0

diff --git a/regress/core/geos310.sql b/regress/core/geos310.sql
index e56d10b37..07113a5df 100644
--- a/regress/core/geos310.sql
+++ b/regress/core/geos310.sql
@@ -1,5 +1,5 @@
 -- #168 --
-SELECT '#168', ST_NPoints(g), ST_AsText(g), ST_isValidReason(g)
+SELECT '#168', ST_NPoints(g), ST_AsText(g), trim(left(ST_isValidReason(g),70))
 FROM ( VALUES
 ('01060000C00100000001030000C00100000003000000E3D9107E234F5041A3DB66BC97A30F4122ACEF440DAF9440FFFFFFFFFFFFEFFFE3D9107E234F5041A3DB66BC97A30F4122ACEF440DAF9440FFFFFFFFFFFFEFFFE3D9107E234F5041A3DB66BC97A30F4122ACEF440DAF9440FFFFFFFFFFFFEFFF'::geometry)
 ) AS v(g);
diff --git a/regress/core/geos310_expected b/regress/core/geos310_expected
index f5dc66796..827d5b4a0 100644
--- a/regress/core/geos310_expected
+++ b/regress/core/geos310_expected
@@ -1 +1 @@
-#168|3|MULTIPOLYGON ZM (((4275341.969778511 259186.96699306098 1323.762958283311 -1.797693134862316e+308,4275341.969778511 259186.96699306098 1323.762958283311 -1.797693134862316e+308,4275341.969778511 259186.96699306098 1323.762958283311 -1.797693134862316e+308)))|Too few points in geometry component[4275341.96977851 259186.966993061 1323.76295828331]
+#168|3|MULTIPOLYGON ZM (((4275341.969778511 259186.96699306098 1323.762958283311 -1.797693134862316e+308,4275341.969778511 259186.96699306098 1323.762958283311 -1.797693134862316e+308,4275341.969778511 259186.96699306098 1323.762958283311 -1.797693134862316e+308)))|Too few points in geometry component[4275341.96977851 259186.966993061

-----------------------------------------------------------------------

Summary of changes:
 regress/core/geos310.sql      | 2 +-
 regress/core/geos310_expected | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list