pgsql: Move new effective_cache_size function - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Move new effective_cache_size function
Date
Msg-id E1VTjiL-0002TJ-QC@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Fix C comment in check_effective_cache_size()
Next
From: Bruce Momjian
Date:
Subject: pgsql: Again move function where we set effective_cache_size's default