aboutsummaryrefslogtreecommitdiff
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:02 +0900
commitda5fb2af3520acbc5230a77549cfd1a1c874bfb9 (patch)
tree6e5a9705a08caf8603c05fc47bac7bc5511caba7
parentcedb3e66ae718d097a065ec0d357164332c15d80 (diff)
downloadpostgresql-da5fb2af3520acbc5230a77549cfd1a1c874bfb9.tar.gz
postgresql-da5fb2af3520acbc5230a77549cfd1a1c874bfb9.zip
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 40ea0f21f0e..b2560c39458 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -474,6 +474,7 @@
#bytea_output = 'hex' # hex, escape
#xmlbinary = 'base64'
#xmloption = 'content'
+#gin_fuzzy_search_limit = 0
# - Locale and Formatting -