pgsql: Add missing CHECK_FOR_INTERRUPTS in lseg_inside_poly

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add missing CHECK_FOR_INTERRUPTS in lseg_inside_poly
Date: 2015-12-14 19:45:59
Message-ID: E1a8Z4J-0004Cl-Rv@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/48a7074a278656a786e082f13575ac223e1cdd56

Modified Files
--------------
src/backend/utils/adt/geo_ops.c | 3 +++
1 file changed, 3 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-12-14 23:21:50 pgsql: pg_rewind: Don't error if the two clusters are already on the sa
Previous Message Kevin Grittner 2015-12-14 17:59:29 pgsql: Remove xmlparse(document '') test