projects
/
postgresql-pgindent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
625f488
)
Add gin_fuzzy_search_limit to postgresql.conf.sample.
author
Fujii Masao
<
[email protected]
>
Tue, 8 Sep 2015 17:25:50 +0000
(
02:25
+0900)
committer
Fujii Masao
<
[email protected]
>
Tue, 8 Sep 2015 17:29:08 +0000
(
02:29
+0900)
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.
src/backend/utils/misc/postgresql.conf.sample
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/misc/postgresql.conf.sample
b/src/backend/utils/misc/postgresql.conf.sample
index 1ebe72d723e68e4771f85a8478087ece77ccfd32..31b0798e0af35333d38e3cff0fffec843948b1aa 100644
(file)
--- a/
src/backend/utils/misc/postgresql.conf.sample
+++ b/
src/backend/utils/misc/postgresql.conf.sample
@@
-455,6
+455,7
@@
#bytea_output = 'hex' # hex, escape
#xmlbinary = 'base64'
#xmloption = 'content'
+#gin_fuzzy_search_limit = 0
# - Locale and Formatting -