]> 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:38 +0000 (04:48 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 23 Feb 2003 04:48:38 +0000 (04:48 +0000)
commit1f3e24dee7e5dad3d6e34871ba78b7cb59a20771
tree98ff51252d453a119de81e47f03d2a1a5cc25562
parenta78e12f96aad5e89a44d9725c95bda0866a228f3
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