[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-942-g0919b1349

git at osgeo.org git at osgeo.org
Sun May 28 20:21:08 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, master has been updated
       via  0919b1349413aad727e6475a4e086cc9dcece4c6 (commit)
      from  4125ba1192e5a7c558881c56cab0932dd6134a0c (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 0919b1349413aad727e6475a4e086cc9dcece4c6
Author: Regina Obe <lr at pcorp.us>
Date:   Sun May 28 23:18:48 2023 -0400

    Add test for PostGIS 3.4.0
    Closes #5378

diff --git a/regress/core/tickets.sql b/regress/core/tickets.sql
index f593b47b0..d94955e66 100644
--- a/regress/core/tickets.sql
+++ b/regress/core/tickets.sql
@@ -1508,3 +1508,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 7c2bfbb34..fb740bb43 100644
--- a/regress/core/tickets_expected
+++ b/regress/core/tickets_expected
@@ -467,3 +467,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