OSDN Git Service

ProcessIncomingNotify *must* reset notifyInterruptOccurred when called.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 23 Sep 2010 21:17:02 +0000 (17:17 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 23 Sep 2010 21:17:02 +0000 (17:17 -0400)
commitc825a15700907d6a155511d82bcf8fe0f2f7dc0b
tree1408f9471862cb748becfe0cc0bd2d455080373b
parentf73ccedcf857e1855b44a9b2545ff7b8ee498ee5
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