Thread: pgsql-server/src/backend/commands Tag: REL7_3_ ...

pgsql-server/src/backend/commands Tag: REL7_3_ ...

From
tgl@postgresql.org (Tom Lane)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    03/02/17 21:53:48

Modified files:
    src/backend/commands: Tag: REL7_3_STABLE async.c

Log message:
    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.