pgsql: postgresql.conf.sample: add proper defaults for include actions

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: postgresql.conf.sample: add proper defaults for include actions
Date: 2019-04-17 22:12:26
Message-ID: E1hGsn4-0001Df-7n@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

postgresql.conf.sample: add proper defaults for include actions

Previously, include actions include_dir, include_if_exists, and include
listed commented-out values which were not the defaults, which is
inconsistent with other entries. Instead, replace them with '', which
is the default value.

Reported-by: Emanuel Araújo

Discussion: https://postgr.es/m/CAMuTAkYMx6Q27wpELDR3_v9aG443y7ZjeXu15_+1nGUjhMWOJA@mail.gmail.com

Backpatch-through: 9.4

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/e13b6a4387a8d7241ee6ee23701069c4053f073c

Modified Files
--------------
src/backend/utils/misc/postgresql.conf.sample | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2019-04-17 22:18:58 pgsql: psql: display tablespace for partitioned indexes
Previous Message Bruce Momjian 2019-04-17 22:01:17 pgsql: docs: clarify pg_upgrade's recovery behavior