pgsql: ProcessIncomingNotify *must* reset notifyInterruptOccurred when

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: ProcessIncomingNotify *must* reset notifyInterruptOccurred when
Дата
Msg-id E1OytAf-00072p-7N@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
ProcessIncomingNotify *must* reset notifyInterruptOccurred when called.

This was broken in 9.0 by careless addition of an early-exit path.
Bug report and diagnosis by Jeff Davis.

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=c825a15700907d6a155511d82bcf8fe0f2f7dc0b

Modified Files
--------------
src/backend/commands/async.c |    7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Prevent show_session_authorization from crashing when session_au
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: ProcessIncomingNotify *must* reset notifyInterruptOccurred when