]> granicus.if.org Git - postgresql/commit
Add missing CHECK_FOR_INTERRUPTS in lseg_inside_poly
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 14 Dec 2015 19:44:40 +0000 (16:44 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 14 Dec 2015 19:44:40 +0000 (16:44 -0300)
commit188675256e15f7ad4d24ae976d1bb5fbb84f43e1
treea706f768611171371d4173879aaded35d05d7fbe
parentc6eced09b25d12d73b93a740f2d81c22bb7e3d1f
Add missing CHECK_FOR_INTERRUPTS in lseg_inside_poly

Apparently, there are bugs in this code that cause it to loop endlessly.
That bug still needs more research, but in the meantime it's clear that
the loop is missing a check for interrupts so that it can be cancelled
timely.

Backpatch to 9.1 -- this has been missing since 49475aab8d0d.
src/backend/utils/adt/geo_ops.c