pgsql: Add missing CHECK_FOR_INTERRUPTS in lseg_inside_poly

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Add missing CHECK_FOR_INTERRUPTS in lseg_inside_poly
Дата
Msg-id E1a8Z4J-0004Cb-Qv@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0d8f3d5d11f7304c82ce1383bbb491ec6abcffc4

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Kevin Grittner
Дата:
Сообщение: pgsql: Remove xmlparse(document '') test
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Add missing CHECK_FOR_INTERRUPTS in lseg_inside_poly