]> 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)
commitb71f78c24ff689c92d0edbfc929e0fe798f86622
treef1f5ed5f7283d433240aa039c9d7fd12df9fb8eb
parent39a93fd294a0442292de70f2e42e9b1da1c4e3b6
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