aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
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:25:50 +0900
commit043113e7982942279d940f9bf0e3a5a4b66b9aa7 (patch)
tree40b65f835cb0db4637fe74487656329aa330c742 /src/backend/utils/misc/postgresql.conf.sample
parent2f8880704a697312d8d10ab3a2ad7ffe4b5e3dfd (diff)
downloadpostgresql-043113e7982942279d940f9bf0e3a5a4b66b9aa7.tar.gz
postgresql-043113e7982942279d940f9bf0e3a5a4b66b9aa7.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.
Diffstat (limited to 'src/backend/utils/misc/postgresql.conf.sample')
-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 c33e5856197..8c65287e309 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -527,6 +527,7 @@
#bytea_output = 'hex' # hex, escape
#xmlbinary = 'base64'
#xmloption = 'content'
+#gin_fuzzy_search_limit = 0
#gin_pending_list_limit = 4MB
# - Locale and Formatting -