summaryrefslogtreecommitdiff
path: root/src
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:51 +0900
commit75232ad799b5061bc296928fe54ed28daf041766 (patch)
tree8ce7e9edf00c087989c0e7285f999bc48f690bd5 /src
parent45829e00e6d12f62e118d9183f4ac3df8b6519aa (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')
-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 0bf2554a1d4..53d8e71f911 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -500,6 +500,7 @@
#bytea_output = 'hex' # hex, escape
#xmlbinary = 'base64'
#xmloption = 'content'
+#gin_fuzzy_search_limit = 0
# - Locale and Formatting -