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:27:45 +0900
commitb74af40bb2945d44842434a2480d8b3f053bcf58 (patch)
tree60ffd1f0237863c19363eb134fc72b46881eb5a3
parentac711dd27f71aada76af2d2e2de0e3f32e3191c6 (diff)
downloadpostgresql-b74af40bb2945d44842434a2480d8b3f053bcf58.tar.gz
postgresql-b74af40bb2945d44842434a2480d8b3f053bcf58.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 3845d57808b..107fe622db0 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -517,6 +517,7 @@
#bytea_output = 'hex' # hex, escape
#xmlbinary = 'base64'
#xmloption = 'content'
+#gin_fuzzy_search_limit = 0
# - Locale and Formatting -