[SCM] PostGIS branch master updated. 3.4.0rc1-902-g89cb3c804
git at osgeo.org
git at osgeo.org
Thu Jan 25 12:03:15 PST 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 89cb3c8048d2fbdf3dd26dfa5f07a223942104fd (commit)
from 5d612ceb6246392fdcf3053d299476591fe06458 (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 89cb3c8048d2fbdf3dd26dfa5f07a223942104fd
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Thu Jan 25 12:03:11 2024 -0800
use Covers for ST_DFullyWithin
diff --git a/postgis/lwgeom_geos.c b/postgis/lwgeom_geos.c
index bd49bafca..2d0d9f050 100644
--- a/postgis/lwgeom_geos.c
+++ b/postgis/lwgeom_geos.c
@@ -3558,7 +3558,7 @@ Datum LWGEOM_dfullywithin(PG_FUNCTION_ARGS)
if (!(buffer1))
HANDLE_GEOS_ERROR("Buffer operation failed");
- contained = GEOSContains(buffer1, geos2);
+ contained = GEOSCovers(buffer1, geos2);
GEOSGeom_destroy(buffer1);
GEOSGeom_destroy(geos2);
-----------------------------------------------------------------------
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