[SCM] PostGIS branch master updated. 3.4.0rc1-1115-g3a40a7d0e

git at osgeo.org git at osgeo.org
Sat May 18 01:58:13 PDT 2024


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  3a40a7d0e3b802b85513b5cef60793421528434b (commit)
      from  4ffca201c5b5c97fd3a951c12a2fd7b034ed1806 (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 3a40a7d0e3b802b85513b5cef60793421528434b
Author: Sandro Santilli <strk at kbt.io>
Date:   Sat May 18 00:00:40 2024 +0200

    Use lwpgnotice consistently

diff --git a/postgis/lwgeom_window.c b/postgis/lwgeom_window.c
index 16411a65b..f6b3ddd21 100644
--- a/postgis/lwgeom_window.c
+++ b/postgis/lwgeom_window.c
@@ -150,7 +150,7 @@ Datum ST_ClusterDBSCAN(PG_FUNCTION_ARGS)
 			lwpgerror("Minpoints must be a positive number", minpoints);
 		}
 
-		initGEOS(lwnotice, lwgeom_geos_error);
+		initGEOS(lwpgnotice, lwgeom_geos_error);
 		geoms = lwalloc(ngeoms * sizeof(LWGEOM*));
 		uf = UF_create(ngeoms);
 		for (i = 0; i < ngeoms; i++)
@@ -666,7 +666,7 @@ coverage_window_calculation(PG_FUNCTION_ARGS, int mode)
 				simplifyBoundary = DatumGetBool(d);
 		}
 
-		initGEOS(lwnotice, lwgeom_geos_error);
+		initGEOS(lwpgnotice, lwgeom_geos_error);
 
 		input = coverage_read_partition_into_collection(winobj, context);
 		if (!input)

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

Summary of changes:
 postgis/lwgeom_window.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list