pgsql: ProcessIncomingNotify *must* reset notifyInterruptOccurred when - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: ProcessIncomingNotify *must* reset notifyInterruptOccurred when
Date
Msg-id E1OytAf-00072o-59@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: ProcessIncomingNotify *must* reset notifyInterruptOccurred when
Next
From: Robert Haas
Date:
Subject: pgsql: Replace doc references to install-win32 with install-windows.