[SCM] PostGIS branch master updated. 3.4.0rc1-961-g56023cc5b

git at osgeo.org git at osgeo.org
Fri Mar 1 10:55:28 PST 2024


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  56023cc5b8fc6bb2f2a57483635e800c6c5eb446 (commit)
      from  a6194d212aac5336c93b19c0a4924e8a3abc20a8 (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 56023cc5b8fc6bb2f2a57483635e800c6c5eb446
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri Mar 1 19:54:43 2024 +0100

    Always initialize the mbr member of fetched faces
    
    Closes #5684

diff --git a/topology/postgis_topology.c b/topology/postgis_topology.c
index 1c8d21604..0a49edba4 100644
--- a/topology/postgis_topology.c
+++ b/topology/postgis_topology.c
@@ -899,6 +899,10 @@ fillFaceFields(LWT_ISO_FACE* face, HeapTuple row, TupleDesc rowdesc, int fields)
       face->mbr = NULL;
     }
   }
+  else
+  {
+      face->mbr = NULL;
+  }
 }
 
 /* return 0 on failure (null) 1 otherwise */

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

Summary of changes:
 topology/postgis_topology.c | 4 ++++
 1 file changed, 4 insertions(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list