]> 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)
commitfb9c475597c245562a28d1e916b575ac4ec5c19f
tree465dbbde423f53d95775b6485938c25e9d947277
parent64bbe1039962a75cb292fb557e2e79a58c77ec33
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