ProcessIncomingNotify *must* reset notifyInterruptOccurred when called.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a959c67cb73cf7cfe8b368632062c625c0e01858
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-09-23T21:16:51Z
Releases: 9.1.0
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.

Files

PathChange+/−
src/backend/commands/async.c modified +4 −3