[postgis-devel] does PostGIS CHECK_FOR_INTERRUPTS? Should it?

Sandro Santilli strk at keybit.net
Thu Nov 17 01:54:31 PST 2011


On Thu, Nov 17, 2011 at 10:51:20AM +0100, Nicklas Avén wrote:
> ST_MemUnion seems to be more mortal.
> 
> Maybe it is a specific ST_Union problem?

There's support in PostgreSQL to drop "interrupt-me-now-if-needed"
statements in the extensions code. Unfortunately the union operation
is all happening within GEOS so there's no way for use to play
with that interruption thing.

ST_MemUnion calls Union multiple times, so you can kill it between calls.

--strk; 

  ()   Free GIS & Flash consultant/developer
  /\   http://strk.keybit.net/services.html



More information about the postgis-devel mailing list