[SCM] PostGIS branch master updated. 3.6.0rc2-462-ge1524ad91
git at osgeo.org
git at osgeo.org
Thu Apr 16 02:25: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 e1524ad9145af2dedf45391a581a8f48436817b7 (commit)
from e21fe0083bd1fdd7477e60162b793870f8b536fc (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 e1524ad9145af2dedf45391a581a8f48436817b7
Author: Sandro Santilli <strk at kbt.io>
Date: Thu Apr 16 11:25:12 2026 +0200
Fix error message on GEOSCovers exception
diff --git a/postgis/lwgeom_geos.c b/postgis/lwgeom_geos.c
index e93db0af7..3fadca8f2 100644
--- a/postgis/lwgeom_geos.c
+++ b/postgis/lwgeom_geos.c
@@ -2696,7 +2696,7 @@ Datum LWGEOM_dfullywithin(PG_FUNCTION_ARGS)
GEOSGeom_destroy(buffer1);
GEOSGeom_destroy(geos2);
- if (contained == 2) HANDLE_GEOS_ERROR("GEOSContains");
+ if (contained == 2) HANDLE_GEOS_ERROR("GEOSCovers");
PG_FREE_IF_COPY(geom1, 0);
PG_FREE_IF_COPY(geom2, 1);
-----------------------------------------------------------------------
Summary of changes:
postgis/lwgeom_geos.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list