[SCM] PostGIS branch master updated. 3.5.0-209-g88cc93b4c
git at osgeo.org
git at osgeo.org
Thu Feb 13 09:17:40 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, master has been updated
via 88cc93b4cab18434bce6770fab6b007c3e2a7d45 (commit)
from 097d594e9b94052868f7cf845bb578a5646fd86f (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 88cc93b4cab18434bce6770fab6b007c3e2a7d45
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 master branch
diff --git a/liblwgeom/topo/lwgeom_topo.c b/liblwgeom/topo/lwgeom_topo.c
index 31f4c626d..94b220f6e 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