pgsql: Move new effective_cache_size function

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: Move new effective_cache_size function
Дата
Msg-id E1VTjiL-0002TJ-QC@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Fix C comment in check_effective_cache_size()
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Again move function where we set effective_cache_size's default