[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-624-g51a036332
git at osgeo.org
git at osgeo.org
Thu Mar 3 13:08:46 PST 2022
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 51a036332a7e95bdead999cac8dcc512aff447fd (commit)
from 75185b2abc82d360e55a9ea9f5c2cb7f83ec0c65 (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 51a036332a7e95bdead999cac8dcc512aff447fd
Author: Sandro Santilli <strk at kbt.io>
Date: Thu Mar 3 22:08:31 2022 +0100
Fix ticket reference in comment
diff --git a/topology/postgis_topology.c b/topology/postgis_topology.c
index e42a1e916..dd799e56a 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)
/* NOTE: this is a geometry of which we want to take (and clone) the BBOX */
geom = (GSERIALIZED *)PG_DETOAST_DATUM(dat);
g = lwgeom_from_gserialized(geom);
- lwgeom_refresh_bbox(g); /* Ensure we use a fit mbr, see #4149 */
+ lwgeom_refresh_bbox(g); /* Ensure we use a fit mbr, see #4941 */
box = lwgeom_get_bbox(g);
if ( box )
{
-----------------------------------------------------------------------
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