]> granicus.if.org Git - postgresql/commitdiff
Add gin_fuzzy_search_limit to postgresql.conf.sample.
authorFujii Masao <fujii@postgresql.org>
Tue, 8 Sep 2015 17:25:50 +0000 (02:25 +0900)
committerFujii Masao <fujii@postgresql.org>
Tue, 8 Sep 2015 17:29:02 +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

index 40ea0f21f0ee0c441520ea57dae998327bf294f5..b2560c394586ee7efbfe1bf7b750475b1fc737e0 100644 (file)
 #bytea_output = 'hex'                  # hex, escape
 #xmlbinary = 'base64'
 #xmloption = 'content'
+#gin_fuzzy_search_limit = 0
 
 # - Locale and Formatting -