summaryrefslogtreecommitdiff
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:29:08 +0900
commitcc28f77c27fb23a071f79272333622d293f33729 (patch)
tree6e533d5c8ff9613848e79b505567262b24226a0a
parent625f488711f85b35b54f56dce3f8923e29df7df2 (diff)
downloadpostgresql-cc28f77c27fb23a071f79272333622d293f33729.tar.gz
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.
-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 1ebe72d723..31b0798e0a 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -455,6 +455,7 @@
#bytea_output = 'hex' # hex, escape
#xmlbinary = 'base64'
#xmloption = 'content'
+#gin_fuzzy_search_limit = 0
# - Locale and Formatting -