File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 3737 *
3838 *
3939 * IDENTIFICATION
40- * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.230 2001/07/01 00:06:23 tgl Exp $
40+ * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.231 2001/07/03 16:52:12 tgl Exp $
4141 *
4242 * NOTES
4343 *
@@ -569,14 +569,6 @@ PostmasterMain(int argc, char *argv[])
569569 ExitPostmaster (1 );
570570 }
571571
572- /*
573- * Initialize and startup the statistics collector process
574- */
575- if (pgstat_init () < 0 )
576- ExitPostmaster (1 );
577- if (pgstat_start () < 0 )
578- ExitPostmaster (1 );
579-
580572 if (DebugLvl > 2 )
581573 {
582574 extern char * * environ ;
@@ -699,6 +691,14 @@ PostmasterMain(int argc, char *argv[])
699691 pqsignal (SIGTTIN , SIG_IGN ); /* ignored */
700692 pqsignal (SIGTTOU , SIG_IGN ); /* ignored */
701693
694+ /*
695+ * Initialize and startup the statistics collector process
696+ */
697+ if (pgstat_init () < 0 )
698+ ExitPostmaster (1 );
699+ if (pgstat_start () < 0 )
700+ ExitPostmaster (1 );
701+
702702 /*
703703 * We're ready to rock and roll...
704704 */
You can’t perform that action at this time.
0 commit comments