pgsql: postgresql.conf.sample: add proper defaults for include actions - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: postgresql.conf.sample: add proper defaults for include actions
Date
Msg-id E1hGsn4-0001Df-7n@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: docs: clarify pg_upgrade's recovery behavior
Next
From: Alvaro Herrera
Date:
Subject: pgsql: psql: display tablespace for partitioned indexes