Thread: pgsql: Move new effective_cache_size function

pgsql: Move new effective_cache_size function

From
Bruce Momjian
Date:
Move new effective_cache_size function

Previously set_default_effective_cache_size() could not handle fork,
non-fork, and bootstrap cases.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/cbafd6618af9f10e89ed05ff82dac69e65a70307

Modified Files
--------------
src/backend/bootstrap/bootstrap.c   |    2 ++
src/backend/postmaster/postmaster.c |    4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)