[postgis-tickets] [PostGIS] #3226: interrupt relate regress fails on equals
PostGIS
trac at osgeo.org
Tue Aug 4 02:17:35 PDT 2015
#3226: interrupt relate regress fails on equals
----------------------+---------------------------
Reporter: robe | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.2.0
Component: postgis | Version: trunk
Resolution: | Keywords:
----------------------+---------------------------
Comment (by strk):
Alright I see the problem is with the interruption timer kicking in
_before_ GEOS is even invoked (ie: while the short-circuit is doing the
memcmp operation).
We might change the test to make the short-circuit not enough to return,
but still if the kicking happens before GEOS is involved then the test
might not effectively test interruptibility of GEOS
(in case we'll in the future add a vacuum_delay_point right after short-
circuit test)
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3226#comment:6>
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