pgsql: GUC: adjust effective_cache_size docs and SQL description

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: GUC: adjust effective_cache_size docs and SQL description
Дата
Msg-id E1gIZEK-0004W9-Il@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
GUC:  adjust effective_cache_size docs and SQL description

Clarify that effective_cache_size is both kernel buffers and shared
buffers.

Reported-by: nat@makarevitch.org

Discussion: https://postgr.es/m/153685164808.22334.15432535018443165207@wrigleys.postgresql.org

Backpatch-through: 9.3

Branch
------
REL9_4_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/060aff97b4979f02229125c00d725efe6a8ec1aa

Modified Files
--------------
doc/src/sgml/config.sgml     | 3 ++-
src/backend/utils/misc/guc.c | 7 +++----
2 files changed, 5 insertions(+), 5 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Fix some spelling errors in the documentation
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: doc: use simpler language for NULL return from ANY/ALL