From 96dfa6ec0d809bb49f3472921b3ed941d9bd1b8c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 8 Oct 2013 23:53:39 -0400 Subject: Adjust the effective_cache_size default for standalone backends --- src/backend/tcop/postgres.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/backend/tcop/postgres.c') diff --git a/src/backend/tcop/postgres.c b/src/backend/tcop/postgres.c index 1eaf287eec9..4b2a7761af8 100644 --- a/src/backend/tcop/postgres.c +++ b/src/backend/tcop/postgres.c @@ -3592,6 +3592,8 @@ PostgresMain(int argc, char *argv[], 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. -- cgit v1.2.3