Opened 8 years ago

Closed 7 years ago

#3595 closed defect (fixed)

ST_Snap is not interruptible

Reported by: strk Owned by: pramsey
Priority: medium Milestone: PostGIS GEOS
Component: postgis Version: 2.0.x
Keywords: interruptible Cc:

Description

Passing complex geometries to ST_Snap may make the backend busy for much longer than the configured session timeout.

Probably needs to be made interruptible on the GEOS side.

Change History (4)

comment:1 by pramsey, 7 years ago

I've put a PR into GEOS, I think we get this for free once that is committed, etc? https://git.osgeo.org/gogs/geos/geos/pulls/11

comment:2 by strk, 7 years ago

Yes it should be used for free by PostGIS

comment:3 by robe, 7 years ago

Milestone: PostGIS 2.0.8PostGIS GEOS

comment:4 by pramsey, 7 years ago

Resolution: fixed
Status: newclosed

Gogs PR accepted

Note: See TracTickets for help on using tickets.