Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite13b6a4

Browse files
committed
postgresql.conf.sample: add proper defaults for include actions
Previously, include actions include_dir, include_if_exists, and includelisted commented-out values which were not the defaults, which isinconsistent with other entries. Instead, replace them with '', whichis the default value.Reported-by: Emanuel AraújoDiscussion:https://postgr.es/m/CAMuTAkYMx6Q27wpELDR3_v9aG443y7ZjeXu15_+1nGUjhMWOJA@mail.gmail.comBackpatch-through: 9.4
1 parent83be50d commite13b6a4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎src/backend/utils/misc/postgresql.conf.sample

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -677,10 +677,10 @@
677677
# These options allow settings to be loaded from files other than the
678678
# default postgresql.conf.
679679

680-
#include_dir = 'conf.d'# include files ending in '.conf' from
681-
# directory 'conf.d'
682-
#include_if_exists = 'exists.conf'# include file only if it exists
683-
#include = 'special.conf'# include file
680+
#include_dir = ''# include files ending in '.conf' from
681+
#adirectory, e.g., 'conf.d'
682+
#include_if_exists = ''# include file only if it exists
683+
#include = ''# include file
684684

685685

686686
#------------------------------------------------------------------------------

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp