pgsql: ProcessIncomingNotify *must* reset notifyInterruptOccurred when

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: ProcessIncomingNotify *must* reset notifyInterruptOccurred when
Date: 2010-09-23 21:17:37
Message-ID: E1OytAf-00072o-59@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2010-09-23 21:28:47 Re: Configuring synchronous replication
Previous Message Tom Lane 2010-09-23 20:54:53 pgsql: Prevent show_session_authorization from crashing when session_au