diff options
author | Fujii Masao <fujii@postgresql.org> | 2015-09-09 02:25:50 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2015-09-09 02:26:36 +0900 |
commit | 97b7b9560f3dbe1c48dfb4630f50444eb7e8adc8 (patch) | |
tree | d985e546813af39bd36d8dee718829455fad7273 | |
parent | bbbe5a9d8a35f0f7a983488d35dd86006229ea0c (diff) | |
download | postgresql-97b7b9560f3dbe1c48dfb4630f50444eb7e8adc8.tar.gz postgresql-97b7b9560f3dbe1c48dfb4630f50444eb7e8adc8.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.sample | 1 |
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 695a88fe7d1..412e5c245a9 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -526,6 +526,7 @@ #bytea_output = 'hex' # hex, escape #xmlbinary = 'base64' #xmloption = 'content' +#gin_fuzzy_search_limit = 0 #gin_pending_list_limit = 4MB # - Locale and Formatting - |