From 6b82f78ff95d7d4201d44359dad41882e7111960 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 8 Oct 2013 23:12:45 -0400 Subject: Again move function where we set effective_cache_size's default --- src/backend/bootstrap/bootstrap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/bootstrap/bootstrap.c') diff --git a/src/backend/bootstrap/bootstrap.c b/src/backend/bootstrap/bootstrap.c index 53c55a36948..08687f4ff55 100644 --- a/src/backend/bootstrap/bootstrap.c +++ b/src/backend/bootstrap/bootstrap.c @@ -312,8 +312,6 @@ AuxiliaryProcessMain(int argc, char *argv[]) proc_exit(1); } - set_default_effective_cache_size(); - /* * Identify myself via ps */ @@ -352,6 +350,8 @@ AuxiliaryProcessMain(int argc, char *argv[]) proc_exit(1); } + set_default_effective_cache_size(); + /* Validate we have been given a reasonable-looking DataDir */ Assert(DataDir); ValidatePgVersion(DataDir); -- cgit v1.2.3