[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha2-142-g4ec4fbc

git at osgeo.org git at osgeo.org
Wed Nov 4 13:39:51 PST 2020


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  4ec4fbc15c9b867f980cbc2c4d4d430f18637cb4 (commit)
      from  3600f05614d259078b16b1b27fbbe84b81a88ebe (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 4ec4fbc15c9b867f980cbc2c4d4d430f18637cb4
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Wed Nov 4 13:39:47 2020 -0800

    Remove sub-test that provides different result in GEOS 3.9 and 3.8 since Komzpa asserts that the change is unimportant/desireable.

diff --git a/regress/core/subdivide.sql b/regress/core/subdivide.sql
index e61aabf..bfab9da 100644
--- a/regress/core/subdivide.sql
+++ b/regress/core/subdivide.sql
@@ -52,7 +52,7 @@ create table big_polygon_sliced as (
 SELECT '4' As rn,
 	(select ST_Area(geom)::numeric(12,1) from big_polygon) as orig_area,
 	SUM(ST_Area(gs.geom))::numeric(12,1) as pieces_area,
-	COUNT(gs.geom) as num_pieces,
+--	COUNT(gs.geom) as num_pieces,
 	MAX(ST_NPoints(gs.geom)) as max_vert
 FROM big_polygon_sliced gs;
 
diff --git a/regress/core/subdivide_expected b/regress/core/subdivide_expected
index 10fc0e5..5e19d2f 100644
--- a/regress/core/subdivide_expected
+++ b/regress/core/subdivide_expected
@@ -4,7 +4,7 @@
 ERROR:  lwgeom_subdivide_prec: cannot subdivide to fewer than 5 vertices per output
 #3522|POINT(1 1)
 #3744|1600000000000000
-4|29321996468.6|29321996468.6|1857|256
+4|29321996468.6|29321996468.6|256
 #4211|0.00008316000
 #4217|0.00002463668
 #4301|0.00213614552

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list