[SCM] PostGIS branch stable-3.3 updated. 3.3.7-16-ge259f9ecb
git at osgeo.org
git at osgeo.org
Thu Feb 13 09:22:26 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.3 has been updated
via e259f9ecbaf22436f25ec6ebd943edf5820a2d46 (commit)
from 246c9e3eafb349896eb2767e6b40de2ec3fd08e4 (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 e259f9ecbaf22436f25ec6ebd943edf5820a2d46
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.3 branch ( 3.3.9dev )
diff --git a/liblwgeom/lwgeom_topo.c b/liblwgeom/lwgeom_topo.c
index 63dea4c47..3f953c9c4 100644
--- a/liblwgeom/lwgeom_topo.c
+++ b/liblwgeom/lwgeom_topo.c
@@ -5985,11 +5985,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