]> granicus.if.org Git - postgresql/commit
If a shutdown request comes in while we're still starting up, don't
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 23 Feb 2003 04:48:19 +0000 (04:48 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 23 Feb 2003 04:48:19 +0000 (04:48 +0000)
commit27854915b958b3fd938b2f6c7908d50c32576611
treedf0f8cb0093bd3ba219602d56863335de53aebdc
parent80d6a277c921454d028e088762bb4a4723f9840e
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.
src/backend/postmaster/postmaster.c