[postgis-tickets] [SCM] PostGIS branch main updated. 3.1.0rc1-271-gf012188
git at osgeo.org
git at osgeo.org
Tue Jul 6 05:40:48 PDT 2021
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, main has been updated
via f012188f00fced56b6d83268f955ef3e62ecdfd8 (commit)
from e5ab4a29ceabb077fe8cd89ddc4c170a9805f31a (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 f012188f00fced56b6d83268f955ef3e62ecdfd8
Author: Sandro Santilli <strk at kbt.io>
Date: Tue Jul 6 14:40:32 2021 +0200
Fix debug line in face.mbr check
diff --git a/topology/topology.sql.in b/topology/topology.sql.in
index a53d7c0..e427691 100644
--- a/topology/topology.sql.in
+++ b/topology/topology.sql.in
@@ -1786,7 +1786,7 @@ BEGIN
IF NOT ST_Equals(rec.mbr, ST_Envelope(rec.geom))
THEN
- RAISE DEBUG 'MBR expected:% obtained:%', ST_AsEWKT(rec.mbr), ST_AsEWKT(ST_Envelope(rec.geom));
+ RAISE DEBUG 'MBR expected:% obtained:%', ST_AsEWKT(ST_Envelope(rec.geom)), ST_AsEWKT(ST_Envelope(rec.mbr));
-- Inconsistent MBR!
retrec.error := 'face has wrong mbr';
retrec.id1 := rec.face_id;
-----------------------------------------------------------------------
Summary of changes:
topology/topology.sql.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list