[postgis-tickets] [SCM] PostGIS branch stable-3.0 updated. 3.0.7-13-g1010c7ae0

git at osgeo.org git at osgeo.org
Sat Oct 29 09:16:20 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, stable-3.0 has been updated
       via  1010c7ae0dc19eb52adc936b685dfb2e61fb6153 (commit)
      from  b768f1c9d014a0f82a2d776b57304f91c8c6d4f2 (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 1010c7ae0dc19eb52adc936b685dfb2e61fb6153
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Oct 29 10:58:39 2022 -0400

    Change test so also agrees on Arm.
    References #5241 for PostGIS 3.0.8

diff --git a/regress/core/snaptogrid.sql b/regress/core/snaptogrid.sql
index ae12da4d9..420b1e629 100644
--- a/regress/core/snaptogrid.sql
+++ b/regress/core/snaptogrid.sql
@@ -22,4 +22,4 @@ Select ST_AsText(g) as geometry, postgis_getbbox(g) AS box from geom;
 
 -- #5241
 SELECT '#5241' AS t, ST_AsText(ST_SnapToGrid( ST_GeomFromText('MULTIPOLYGON (((9 9, 9 1, 1 1, 2 4, 7 7, 9 9)), EMPTY)', 4326),  20.1, 20.1, 20.1, 20.1));
-SELECT '#5241' AS t, ST_AsText(ST_SnapToGrid( ST_GeomFromText('MULTIPOLYGON (((9 9, 9 1, 1 1, 2 4, 7 7, 9 9)), EMPTY)', 4326), 0.2, 0.2, 0.2, 0.2));
+SELECT '#5241' AS t, ST_AsText(ST_SnapToGrid( ST_GeomFromText('MULTIPOLYGON (((9 9, 9 1, 1 1, 2 4, 7 7, 9 9)), EMPTY)', 4326), 1, 1, 1, 1));
diff --git a/regress/core/snaptogrid_expected b/regress/core/snaptogrid_expected
index 2e8f2b4ab..3adaad8a7 100644
--- a/regress/core/snaptogrid_expected
+++ b/regress/core/snaptogrid_expected
@@ -6,4 +6,4 @@ t
 POLYGON((0 0,10 0,10 10,0 10,0 0))|BOX(0 0,10 10)
 POLYGON((0 0,10 0,10 10,0 10,0 0))|BOX(0 0,10 10)
 #5241|MULTIPOLYGON EMPTY
-#5241|MULTIPOLYGON(((9 9,9 1,1 1,2 4,7.000000000000001 7.000000000000001,9 9)))
+#5241|MULTIPOLYGON(((9 9,9 1,1 1,2 4,7 7,9 9)))

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list