]> granicus.if.org Git - postgresql/commit
Async_NotifyHandler must save and restore ImmediateInterruptOK. Fixes
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 13 Mar 2003 23:44:07 +0000 (23:44 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 13 Mar 2003 23:44:07 +0000 (23:44 +0000)
commit40faf433b0fff7b8e9cad861c0b5366c981ad817
treee3689e230bd014cb3b813104b4cda03c7a9ede16
parentf08392b55ad05465bc17ce933ffecc4c2926ef96
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