]> 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)
commite13b6a4387a8d7241ee6ee23701069c4053f073c
tree16bc6e986caea3599639dd278a5f9e7ba5ad6709
parent83be50d9a9546e7ca93fa1f8ea4973d17b41e8de
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