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

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: postgresql.conf.sample: add proper defaults for include actions
Дата
Msg-id E1hGsn4-0001Dh-8B@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/fea2cab70de8d190762996c7c447143fb47bcfa3

Modified Files
--------------
src/backend/utils/misc/postgresql.conf.sample | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: docs: clarify pg_upgrade's recovery behavior
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: psql: display tablespace for partitioned indexes