[postgis-tickets] [SCM] PostGIS branch stable-3.3 updated. 3.3.2-63-gc5f207604

git at osgeo.org git at osgeo.org
Sun May 28 20:19:37 PDT 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, stable-3.3 has been updated
       via  c5f2076043b795b83b9f3500d0874085d4d96061 (commit)
      from  5a935c7e0f82b8d6d7b7ac7a7cff67cbb5d4d3f5 (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 c5f2076043b795b83b9f3500d0874085d4d96061
Author: Regina Obe <lr at pcorp.us>
Date:   Sun May 28 23:18:48 2023 -0400

    Add test for PostGIS 3.3.3
    References #5378

diff --git a/regress/core/tickets.sql b/regress/core/tickets.sql
index 0fb668426..01f362450 100644
--- a/regress/core/tickets.sql
+++ b/regress/core/tickets.sql
@@ -1478,3 +1478,4 @@ SELECT '#5315', ST_Buffer('0106000020E864000001000000010300000001000000050000000
 SELECT '#5320', ST_SimplifyPreserveTopology('0106000020E86400000100000001030000000100000005000000000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F'::geometry, 1);
 
 DROP PROCEDURE IF EXISTS p_force_parellel_mode(text);
+SELECT '#5378', ST_SRID( ST_Buffer(ST_GeomFromText('POINT(-94 29.53)', 4269)::geography, 12)::geometry );
diff --git a/regress/core/tickets_expected b/regress/core/tickets_expected
index 63aa2ae5b..ddd589ecf 100644
--- a/regress/core/tickets_expected
+++ b/regress/core/tickets_expected
@@ -455,3 +455,4 @@ ERROR:  Line has no points
 #5139|1000000
 ERROR:  Geometry contains invalid coordinates
 ERROR:  Geometry contains invalid coordinates
+#5378|4269

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list