diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2015-12-14 16:44:40 -0300 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2015-12-14 16:44:40 -0300 |
commit | 0d8f3d5d11f7304c82ce1383bbb491ec6abcffc4 (patch) | |
tree | 5ffc138b8d308cf004638b85f820faa6f92e4a9a /src/backend/parser/parse_utilcmd.c | |
parent | e2f1765ce0770e813971336bb4603099d24cbe57 (diff) | |
download | postgresql-0d8f3d5d11f7304c82ce1383bbb491ec6abcffc4.tar.gz postgresql-0d8f3d5d11f7304c82ce1383bbb491ec6abcffc4.zip |
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.
Diffstat (limited to 'src/backend/parser/parse_utilcmd.c')
0 files changed, 0 insertions, 0 deletions