pgsql-server/src/backend/commands async.c - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql-server/src/backend/commands async.c
Date
Msg-id 20030218025329.63E0A475AD7@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    03/02/17 21:53:29

Modified files:
    src/backend/commands: 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: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql-server/doc TODO
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/src/backend/commands Tag: REL7_3_ ...