blob: 61a7f5afd458b7e9faf24e07b1ff102c3e144462 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- src/backend/postmaster/postmaster.c.orig.1 Mon Feb 23 15:33:29 2004
+++ src/backend/postmaster/postmaster.c Mon Feb 23 15:34:53 2004
@@ -610,7 +610,7 @@
*/
checkDataDir(potential_DataDir); /* issues error messages */
SetDataDir(potential_DataDir);
-
+ ProcessConfigFile(PGC_POSTMASTER);
#ifdef USE_REPLICATION
PGR_Get_Conf_Data( potential_DataDir, CLUSTER_CONF_FILE );
PGR_Init_Replicate_Server_Data();
@@ -627,7 +627,6 @@
}
}
#endif /* USE_REPLICATION */
- ProcessConfigFile(PGC_POSTMASTER);
/*
* Check for invalid combinations of GUC settings.
|