[postgis-tickets] [SCM] PostGIS branch main updated. 3.1.0rc1-389-gb01f7ea

git at osgeo.org git at osgeo.org
Tue Aug 10 15:59:34 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  b01f7eac5dd1bc7364859ae947e42f82efc7aa00 (commit)
      from  6eeee128815a61c6ad08635c4586d5f6f58a010d (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 b01f7eac5dd1bc7364859ae947e42f82efc7aa00
Author: Sandro Santilli <strk at kbt.io>
Date:   Wed Aug 11 00:59:23 2021 +0200

    Hush warning with debug build

diff --git a/topology/postgis_topology.c b/topology/postgis_topology.c
index 3c65121..7374e89 100644
--- a/topology/postgis_topology.c
+++ b/topology/postgis_topology.c
@@ -877,7 +877,7 @@ fillFaceFields(LWT_ISO_FACE* face, HeapTuple row, TupleDesc rowdesc, int fields)
       box = lwgeom_get_bbox(g);
       if ( box )
       {
-        POSTGIS_DEBUGF(1, "Face %d bbox xmin is %.15g", face->face_id, box->xmin);
+        POSTGIS_DEBUGF(1, "Face %" LWTFMT_ELEMID " bbox xmin is %.15g", face->face_id, box->xmin);
         face->mbr = gbox_clone(box);
       }
       else

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list