[postgis-tickets] [PostGIS] #5362: ERROR in ST_Intersects
PostGIS
trac at osgeo.org
Sat Apr 22 13:32:33 PDT 2023
#5362: ERROR in ST_Intersects
-------------------------+---------------------------
Reporter: tomasmarek | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.3.3
Component: postgis | Version: 3.3.x
Resolution: | Keywords: ST_Intersects
-------------------------+---------------------------
Comment (by robe):
This does seem weird that ST_Intersects would trigger an error but
ST_Intersection would not.
However I can't replicate your issue with these geometries when running:
{{{
POSTGIS="3.3.3dev 3.3.2-47-g76f44dea8" [EXTENSION] PGSQL="160" GEOS="3.12
.0dev-CAPI-1.18.0" PROJ="7.2.1" LIBXML="2.9.14" LIBJSON="0.12"
LIBPROTOBUF="1.2.1" WAGYU="0.5.0 (Internal)" PostgreSQL 16devel on
x86_64-w64-mingw32, compiled by gcc.exe (x86_64-posix-seh-rev0, Built by
MinGW-W64 project) 8.1.0, 64-bit
}}}
So I suspect it's geos dependent and perhaps an issue that has already
been fixed in GEOS.
Can you output what:
{{{
SELECT postgis_full_version();
}}}
returns
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5362#comment:1>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list