[SCM] PostGIS branch master updated. 3.4.0rc1-1079-g943215120

git at osgeo.org git at osgeo.org
Tue Apr 2 02:45:20 PDT 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  943215120c9fe63de0523f9560ca6a1a44e329aa (commit)
      from  3a9d2eb8503004e9496d25eeb00e0499b0e6afc2 (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 943215120c9fe63de0523f9560ca6a1a44e329aa
Author: Sandro Santilli <strk at kbt.io>
Date:   Tue Apr 2 11:17:33 2024 +0200

    Revert "Always initialize the mbr member of fetched faces"
    
    This reverts commit 56023cc5b8fc6bb2f2a57483635e800c6c5eb446.
    
    Closes #5707
    Reopens #5684

diff --git a/topology/postgis_topology.c b/topology/postgis_topology.c
index 192fd7f9a..1ba5dea36 100644
--- a/topology/postgis_topology.c
+++ b/topology/postgis_topology.c
@@ -899,10 +899,6 @@ 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 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list