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

Bruce Momjian <bruce@momjian.us>

Commit: e356005d1c9c17fce5c06e686820605bc82ae2d5
Author: Bruce Momjian <bruce@momjian.us>
Date: 2019-04-17T22:12:10Z
Releases: 9.6.13
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

Files

PathChange+/−
src/backend/utils/misc/postgresql.conf.sample modified +4 −4