pgsql: GUC: adjust effective_cache_size docs and SQL description

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: GUC: adjust effective_cache_size docs and SQL description
Date: 2018-11-02 13:11:16
Message-ID: E1gIZEK-0004W3-IH@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)makarevitch(dot)org

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

Backpatch-through: 9.3

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/5463deb15f648685bcd406f020af6e434c4ed28c

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-11-02 14:20:21 Re: pgsql: doc: use simpler language for NULL return from ANY/ALL
Previous Message Magnus Hagander 2018-11-02 13:00:45 pgsql: Fix some spelling errors in the documentation