proc_exit(1);
}
- set_default_effective_cache_size();
-
/* Validate we have been given a reasonable-looking DataDir */
Assert(DataDir);
ValidatePgVersion(DataDir);
if (!SelectConfigFiles(userDoption, progname))
ExitPostmaster(2);
- set_default_effective_cache_size();
-
if (output_config_variable != NULL)
{
/*
proc_exit(1);
}
- set_default_effective_cache_size();
-
/*
* You might expect to see a setsid() call here, but it's not needed,
* because if we are under a postmaster then BackendInitialize() did it.
*/
pg_timezone_abbrev_initialize();
+ set_default_effective_cache_size();
+
/*
* Figure out where pg_hba.conf is, and make sure the path is absolute.
*/