pgsql/src/backend/postmaster postmaster.c

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/postmaster postmaster.c
Date: 2001-07-03 16:52:12
Message-ID: 200107031652.f63GqCM07592@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)org 01/07/03 12:52:12

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

Log message:
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.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2001-07-03 16:52:49 pgsql/src/backend/nodes readfuncs.c
Previous Message Tom Lane 2001-07-03 16:49:49 pgsql/src/backend/utils/init miscinit.c