OSDN Git Service

ProcessIncomingNotify *must* reset notifyInterruptOccurred when called.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 23 Sep 2010 21:16:51 +0000 (17:16 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 23 Sep 2010 21:16:51 +0000 (17:16 -0400)
commita959c67cb73cf7cfe8b368632062c625c0e01858
tree1f8a0f5b378598493bea6c03d3f90346b08a0957
parent660fbec560335292db9e05e4ad5d46437bb806bc
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.
src/backend/commands/async.c