We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a560657 commit 39bed3bCopy full SHA for 39bed3b
src/backend/utils/init/postinit.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $PostgreSQL: pgsql/src/backend/utils/init/postinit.c,v 1.167 2006/05/04 18:51:36 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/init/postinit.c,v 1.168 2006/06/22 14:36:12 tgl Exp $
12
13
14
*-------------------------------------------------------------------------
@@ -522,7 +522,7 @@ InitPostgres(const char *dbname, const char *username)
522
InitializeClientEncoding();
523
524
/* initialize statistics collection for this backend */
525
- if (IsUnderPostmaster)
+ if (!bootstrap)
526
pgstat_bestart();
527
528
/* close the transaction we started above */
0 commit comments