[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha1-161-gf1d1632

git at osgeo.org git at osgeo.org
Fri Jul 10 03:08:20 PDT 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  f1d1632f1d1ca671a93b593b0ddf9e5cedf708e5 (commit)
      from  0010b2df24deb6cb3532b504bedf53f068d1c9ad (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 f1d1632f1d1ca671a93b593b0ddf9e5cedf708e5
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri Jul 10 12:07:41 2020 +0200

    Downgrade bbox change notice to debug

diff --git a/liblwgeom/lwgeom_topo.c b/liblwgeom/lwgeom_topo.c
index 173cd80..bb36a81 100644
--- a/liblwgeom/lwgeom_topo.c
+++ b/liblwgeom/lwgeom_topo.c
@@ -3552,7 +3552,7 @@ lwt_ChangeEdgeGeom(LWT_TOPOLOGY* topo, LWT_ELEMID edge_id, LWLINE *geom)
   }
   else
   {
-    lwnotice("BBOX of changed edge did not change");
+    LWDEBUG(1, "BBOX of changed edge did not change");
   }
 
   LWDEBUG(1, "all done, cleaning up edges");

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

Summary of changes:
 liblwgeom/lwgeom_topo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list