[postgis-tickets] [PostGIS] #4608: Geography GIST index fails on ST_Covers
PostGIS
trac at osgeo.org
Fri Jan 3 07:16:01 PST 2020
#4608: Geography GIST index fails on ST_Covers
----------------------+---------------------------
Reporter: jgh | Owner: pramsey
Type: defect | Status: new
Priority: high | Milestone: PostGIS 3.0.1
Component: postgis | Version: 3.0.x
Resolution: | Keywords:
----------------------+---------------------------
Comment (by Algunenano):
I've added the tests for ST_Covers and ST_CoveredBy.
I don't see an easy way to test the change in `st_containsproperly` since
the bug (it was using `&&` instead of `~`) doesn't have an impact in the
results; all cases where `a ~ b` are included in `a && b` (but not the
other way around) except when b is EMPTY , but then `containsproperly`
discards empty geometries. I'm not aware of any way to check whether the
result comes from the index operator or the C function itself.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4608#comment:9>
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