[SCM] PostGIS branch stable-3.4 updated. 3.4.4-4-g6a66eda8c
git at osgeo.org
git at osgeo.org
Thu Feb 13 09:20:33 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.4 has been updated
via 6a66eda8ca6649eec1771e45f195985eeb9f931f (commit)
from a60fd06b6d68c445ad6d4bfefb0770447137a58d (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 6a66eda8ca6649eec1771e45f195985eeb9f931f
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.4 branch ( 3.4.5dev )
diff --git a/liblwgeom/lwgeom_topo.c b/liblwgeom/lwgeom_topo.c
index 8a9e8bca4..a56959db8 100644
--- a/liblwgeom/lwgeom_topo.c
+++ b/liblwgeom/lwgeom_topo.c
@@ -5984,11 +5984,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/lwgeom_topo.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list