]> granicus.if.org Git - postgresql/commit
postgresql.conf.sample: add proper defaults for include actions
authorBruce Momjian <bruce@momjian.us>
Wed, 17 Apr 2019 22:12:10 +0000 (18:12 -0400)
committerBruce Momjian <bruce@momjian.us>
Wed, 17 Apr 2019 22:12:10 +0000 (18:12 -0400)
commitfea2cab70de8d190762996c7c447143fb47bcfa3
tree0c29fc8932804aa7babb67cd93c6006d06317c8d
parent8b947ab430378e38ff178e37b41906a413c5bf4a
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
src/backend/utils/misc/postgresql.conf.sample