]> granicus.if.org Git - postgresql/commit
Async_NotifyHandler must save and restore ImmediateInterruptOK. Fixes
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 18 Feb 2003 02:53:46 +0000 (02:53 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 18 Feb 2003 02:53:46 +0000 (02:53 +0000)
commitc89000f34637c3b7e25b8da00cb5c729e86a8c53
treeb5c55b249a6593e7f4d0089eaa2dc2fe8cdbef37
parent79c049ddaa2f2c3142519c873d6a3efc6f2f145b
Async_NotifyHandler must save and restore ImmediateInterruptOK.  Fixes
known problem with failure to respond to 'pg_ctl stop -m fast', and
probable problems if SIGINT or SIGTERM arrives while processing a
SIGUSR2 interrupt that arrived while waiting for a new client query.
src/backend/commands/async.c