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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/backend/commands Tag: REL7_3_ ...
Date: 2003-02-18 02:53:48
Message-ID: 20030218025348.40935475461@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)postgresql(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2003-02-18 03:33:50 pgsql-server/src/backend/storage/lmgr README
Previous Message Tom Lane 2003-02-18 02:53:29 pgsql-server/src/backend/commands async.c