summaryrefslogtreecommitdiff
path: root/src/backend
diff options
context:
space:
mode:
authorFujii Masao <fujii@postgresql.org>2015-09-09 02:25:50 +0900
committerFujii Masao <fujii@postgresql.org>2015-09-09 02:28:57 +0900
commitbe975cf55755b37c3d517ca66ecc725dd7c0cf9c (patch)
tree5406a569a8f5d892c07ec622252ff9fc46ba3bc8 /src/backend
parent9202892cd206f3a706ae5f05ee6f2873515c2539 (diff)
Add gin_fuzzy_search_limit to postgresql.conf.sample.
This was forgotten in 8a3631f (commit that originally added the parameter) and 0ca9907 (commit that added the documentation later that year). Back-patch to all supported versions.
Diffstat (limited to 'src/backend')
-rw-r--r--src/backend/utils/misc/postgresql.conf.sample1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample
index 9042b399fa7..efbf58fcf7f 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -490,6 +490,7 @@
#bytea_output = 'hex' # hex, escape
#xmlbinary = 'base64'
#xmloption = 'content'
+#gin_fuzzy_search_limit = 0
# - Locale and Formatting -