pgsql: ProcessIncomingNotify *must* reset notifyInterruptOccurred when

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: ProcessIncomingNotify *must* reset notifyInterruptOccurred when
Дата
Msg-id E1OytAf-00072o-59@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
------
master

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

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


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: ProcessIncomingNotify *must* reset notifyInterruptOccurred when
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Replace doc references to install-win32 with install-windows.