pgsql: Move new effective_cache_size function

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Move new effective_cache_size function
Date: 2013-10-09 02:41:29
Message-ID: E1VTjiL-0002TJ-QC@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2013-10-09 03:12:58 pgsql: Again move function where we set effective_cache_size's default
Previous Message Bruce Momjian 2013-10-08 23:25:32 pgsql: Fix C comment in check_effective_cache_size()