[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-630-ga57b26210

git at osgeo.org git at osgeo.org
Thu Feb 16 12:21:45 PST 2023


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  a57b26210e74ab1e6a7db42c33515e505f5a046a (commit)
      from  7626ae880669029d8adccb789d01732a844c695d (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 a57b26210e74ab1e6a7db42c33515e505f5a046a
Author: Regina Obe <lr at pcorp.us>
Date:   Thu Feb 16 15:21:22 2023 -0500

    Add test for PostGIS 3.4.0.  References  #5320

diff --git a/regress/core/tickets.sql b/regress/core/tickets.sql
index 70c0f2132..fd607f838 100644
--- a/regress/core/tickets.sql
+++ b/regress/core/tickets.sql
@@ -1481,3 +1481,5 @@ reset force_parallel_mode;
 SET client_min_messages TO NOTICE;
 -- https://trac.osgeo.org/postgis/ticket/5315
 SELECT '#5315', ST_Buffer('0106000020E86400000100000001030000000100000005000000000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F'::geometry, 1);
+
+SELECT '#5320', ST_SimplifyPreserveTopology('0106000020E86400000100000001030000000100000005000000000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F'::geometry, 1);
diff --git a/regress/core/tickets_expected b/regress/core/tickets_expected
index 258c4f10e..471c3f512 100644
--- a/regress/core/tickets_expected
+++ b/regress/core/tickets_expected
@@ -463,3 +463,4 @@ ERROR:  Line has no points
 #5139|100000
 #5139|1000000
 ERROR:  Geometry contains invalid coordinates
+ERROR:  Geometry contains invalid coordinates

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

Summary of changes:
 regress/core/tickets.sql      | 2 ++
 regress/core/tickets_expected | 1 +
 2 files changed, 3 insertions(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list