[SCM] PostGIS branch stable-3.5 updated. 3.5.2-5-g9b99cdc3b
git at osgeo.org
git at osgeo.org
Thu Feb 13 09:18:49 PST 2025
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, stable-3.5 has been updated
via 9b99cdc3b97fcaecab35bb5d85756f12c206db8d (commit)
from 35e559422d342b1a154831f31b6c4bd32bb82785 (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 9b99cdc3b97fcaecab35bb5d85756f12c206db8d
Author: Sandro Santilli <strk at kbt.io>
Date: Thu Feb 13 18:17:05 2025 +0100
Fix topology crash in debug build
Closes #5850 in 3.5 branch (3.5.3dev)
diff --git a/liblwgeom/topo/lwgeom_topo.c b/liblwgeom/topo/lwgeom_topo.c
index c4c1fc2e5..fe87aab91 100644
--- a/liblwgeom/topo/lwgeom_topo.c
+++ b/liblwgeom/topo/lwgeom_topo.c
@@ -7343,11 +7343,11 @@ _lwt_AddLine(LWT_TOPOLOGY* topo, LWLINE* line, double tol, int* nedges,
ptarray_scroll_in_place(scrolled->points, &originalStartPoint);
}
else {
- LWDEBUGG(1, lwline_as_lwgeom(scrolled), "Linemerged intersected input is not closed anymore");
+ LWDEBUGG(1, lwline_as_lwgeom(scrolled), "Closed input became non closed");
}
}
else {
- LWDEBUGG(1, xset, "Linemerged intersected input is not a line anymore");
+ LWDEBUGG(1, noded, "Diff-Xset Unioned cannot be scrolled");
}
}}
-----------------------------------------------------------------------
Summary of changes:
liblwgeom/topo/lwgeom_topo.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list