pgsql: Add CHECK_FOR_INTERRUPTS() to the wait_pid() loop.

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Add CHECK_FOR_INTERRUPTS() to the wait_pid() loop.
Дата
Msg-id E1YU7gy-0007ab-Eu@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add CHECK_FOR_INTERRUPTS() to the wait_pid() loop.

Though the one contemporary caller uses it in a limited way, this
function could loop indefinitely if pointed to an arbitrary PID.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/93751570731ba08dca4e791234984c3b1a15e885

Modified Files
--------------
src/test/regress/regress.c |    3 +++
1 file changed, 3 insertions(+)


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

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: Build fls.o only when AC_REPLACE_FUNCS so dictates via $(LIBOBJS
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix erroneous error message for REINDEX SYSTEM.