[SCM] PostGIS branch master updated. 3.5.0-229-g50a5f3c40
git at osgeo.org
git at osgeo.org
Wed Mar 19 12:28:09 PDT 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 50a5f3c40bad4eb65fb6b0d59c9d21b48fb94530 (commit)
from 2c8f40113cf1ebb4b51cd8f2a4d9ddca12a06061 (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 50a5f3c40bad4eb65fb6b0d59c9d21b48fb94530
Author: Sandro Santilli <strk at kbt.io>
Date: Wed Mar 19 20:23:36 2025 +0100
Add more precision to debug output
References #5862
diff --git a/liblwgeom/topo/lwt_edgeend_star.c b/liblwgeom/topo/lwt_edgeend_star.c
index 0204060db..892545b25 100644
--- a/liblwgeom/topo/lwt_edgeend_star.c
+++ b/liblwgeom/topo/lwt_edgeend_star.c
@@ -163,7 +163,7 @@ lwt_EdgeEndStar_debugPrint( const LWT_EDGEEND_STAR *star )
for ( uint64_t i=0; i<star->numEdgeEnds; ++i )
{
LWT_EDGEEND *ee = star->edgeEnds[i];
- lwdebug(1, " EdgeEnd %" PRIu64 " is %s edge %" LWTFMT_ELEMID ", azimuth=%g",
+ lwdebug(1, " EdgeEnd %" PRIu64 " is %s edge %" LWTFMT_ELEMID ", azimuth=%.15g",
i, ee->outgoing ? "outgoing" : "incoming",
ee->edge->edge_id, ee->azimuth
);
-----------------------------------------------------------------------
Summary of changes:
liblwgeom/topo/lwt_edgeend_star.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list