From cbafd6618af9f10e89ed05ff82dac69e65a70307 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 8 Oct 2013 22:41:23 -0400 Subject: Move new effective_cache_size function Previously set_default_effective_cache_size() could not handle fork, non-fork, and bootstrap cases. --- src/backend/bootstrap/bootstrap.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/backend/bootstrap/bootstrap.c') diff --git a/src/backend/bootstrap/bootstrap.c b/src/backend/bootstrap/bootstrap.c index d23dc4504ae..53c55a36948 100644 --- a/src/backend/bootstrap/bootstrap.c +++ b/src/backend/bootstrap/bootstrap.c @@ -312,6 +312,8 @@ AuxiliaryProcessMain(int argc, char *argv[]) proc_exit(1); } + set_default_effective_cache_size(); + /* * Identify myself via ps */ -- cgit v1.2.3