]> granicus.if.org Git - postgresql/commit
Repair some problems in bgwriter start/stop logic. In particular, don't
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 11 Feb 2004 22:25:02 +0000 (22:25 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 11 Feb 2004 22:25:02 +0000 (22:25 +0000)
commit0cb117eb33558bc779df833480958a97227dcbc2
treed61f6cbdfbcf7dce689f4b31482a53e2ad490c43
parent3b6bf0c07d49b1172ee0326e3e06583068fa305d
Repair some problems in bgwriter start/stop logic.  In particular, don't
allow the bgwriter to start before the startup subprocess has finished
... it tends to crash otherwise.  (The same problem may have existed for
the checkpointer, I'm not entirely sure.)  Remove some code that was
redundant because the bgwriter is handled as a member of the backend list.
src/backend/postmaster/postmaster.c