[postgis-tickets] [SCM] PostGIS; Spatial objects for PostgreSQL. branch master updated. 53af04cf6267b6b7e9d3ebfe53920a8795566c8a

git at osgeo.org git at osgeo.org
Sun Nov 10 11:19:19 PST 2019


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; Spatial objects for PostgreSQL.".

The branch, master has been updated
       via  53af04cf6267b6b7e9d3ebfe53920a8795566c8a (commit)
      from  cb3a0a8dc8c2ee87a47c7c6a7533f9d088b2cbe1 (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 53af04cf6267b6b7e9d3ebfe53920a8795566c8a
Author: Darafei Praliaskouski <me at komzpa.net>
Date:   Thu Oct 31 17:52:55 2019 +0300

    [test] Stabilize test for #3922 - it should only not crash, no other assumptions

diff --git a/regress/core/mvt.sql b/regress/core/mvt.sql
index 105f584..0476e44 100644
--- a/regress/core/mvt.sql
+++ b/regress/core/mvt.sql
@@ -584,7 +584,7 @@ SELECT '#3922', St_GeometryType(ST_AsMVTGeom(
 		4096,
 		0,
 		true
-		));
+		)) is not null;
 
 SELECT '#4294_Horizontal', ST_AsText(ST_AsMVTGeom(
 	ST_GeomFromText('MULTILINESTRING((0 0, 0 5))'),
diff --git a/regress/core/mvt_expected b/regress/core/mvt_expected
index bffbca4..e88d4b0 100644
--- a/regress/core/mvt_expected
+++ b/regress/core/mvt_expected
@@ -121,7 +121,7 @@ D7|POINT(1 4094)
 TU2
 ERROR:  pgis_asmvt_transfn: parameter row cannot be other than a rowtype
 TU3|
-#3922|ST_Polygon
+#3922|t
 #4294_Horizontal|LINESTRING(0 10,0 5)
 #4294_Vertical|LINESTRING(0 10,5 10)
 #4314|

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

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


hooks/post-receive
-- 
PostGIS; Spatial objects for PostgreSQL.


More information about the postgis-tickets mailing list