OSDN Git Service

Start the stats collector at a less randomly chosen time. Bad idea
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 3 Jul 2001 16:52:12 +0000 (16:52 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 3 Jul 2001 16:52:12 +0000 (16:52 +0000)
commit31c1fea6a861ec696e16cdf1d786d3f6d9fccf7c
treeec4f7f62ffe7f09d8302e2993bcc7ac5cb458da1
parentc8fe66dfb22239ef177d64c45d932f2c432be6bb
Start the stats collector at a less randomly chosen time.  Bad idea
to start it before we have acquired the data directory lock; also a
bad idea to start it before we have set up to catch SIGCHLD signals.
src/backend/postmaster/postmaster.c