[SCM] PostGIS branch master updated. 3.5.0-472-g9b0250dfe
git at osgeo.org
git at osgeo.org
Wed Jul 16 03:18:52 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 9b0250dfec8cb16fbf7ee1b5482dad5d965b4082 (commit)
from 1a145a0490d7e53d59e4fcd26210ff7f6be2d8e6 (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 9b0250dfec8cb16fbf7ee1b5482dad5d965b4082
Author: Sandro Santilli <strk at kbt.io>
Date: Wed Jul 16 12:18:36 2025 +0200
Fix typo
See https://www.ict.inaf.it/gitlab/postgis/postgis/-/jobs/121290#L4104
diff --git a/postgis/lwgeom_dumppoints.c b/postgis/lwgeom_dumppoints.c
index aef606116..5bad2ccab 100644
--- a/postgis/lwgeom_dumppoints.c
+++ b/postgis/lwgeom_dumppoints.c
@@ -274,7 +274,7 @@ Datum LWGEOM_dumppoints(PG_FUNCTION_ARGS) {
if (node->idx < lwcoll->ngeoms) {
if(state->stacklen >= MAXDEPTH)
- elog(ERROR, "Unabled to dump overly nested collection");
+ elog(ERROR, "Unable to dump overly nested collection");
/* push the next geom on the path and the stack */
lwgeom = lwcoll->geoms[node->idx++];
-----------------------------------------------------------------------
Summary of changes:
postgis/lwgeom_dumppoints.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list