pgsql-server/src/backend/commands Tag: REL7_3_ ... - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql-server/src/backend/commands Tag: REL7_3_ ...
Date
Msg-id 20030218025348.40935475461@postgresql.org
Whole thread Raw
List pgsql-committers
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.


pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/src/backend/commands async.c
Next
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql-server/src/backend/storage/lmgr README