pgsql-server/src/backend/postmaster Tag: REL7_ ... - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql-server/src/backend/postmaster Tag: REL7_ ...
Date
Msg-id 20030223044839.95CC94758E6@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    03/02/22 23:48:39

Modified files:
    src/backend/postmaster: Tag: REL7_3_STABLE postmaster.c

Log message:
    If a shutdown request comes in while we're still starting up, don't
    service it until after we execute SetThisStartUpID().  Else shutdown
    process will write the wrong SUI into the shutdown checkpoint, which
    seems likely to be trouble --- although I've not quite figured out
    how significant it really is.


pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/src/backend/postmaster postmaster.c
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/src backend/access/common/indextu ...