[SCM] PostGIS branch master updated. 3.6.0rc2-429-g245ee074f

git at osgeo.org git at osgeo.org
Thu Apr 2 11:01:51 PDT 2026


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  245ee074f2ca166f296a04ded14ad83c94978c32 (commit)
      from  a5ceec2d826c271bab53fc5614dc26c4d174bc9b (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 245ee074f2ca166f296a04ded14ad83c94978c32
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu Apr 2 10:28:46 2026 -0700

    Quiet CI warnings calling into GEOS CAPI function

diff --git a/postgis/lwgeom_window.c b/postgis/lwgeom_window.c
index be55bdaba..9b0e6e976 100644
--- a/postgis/lwgeom_window.c
+++ b/postgis/lwgeom_window.c
@@ -1227,7 +1227,7 @@ Datum ST_MinimumSpanningTree(PG_FUNCTION_ARGS)
 		/* Note: GEOSMinimumSpanningTree signature assumed:
 		   size_t* GEOSMinimumSpanningTree(GEOSGeometry* const* geoms, size_t ngeoms);
 		*/
-		cluster_ids = GEOSMinimumSpanningTree(geoms, ngeoms);
+		cluster_ids = GEOSMinimumSpanningTree((const GEOSGeometry * const *)geoms, ngeoms);
 
 		if (cluster_ids)
 		{

-----------------------------------------------------------------------

Summary of changes:
 postgis/lwgeom_window.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list