Add gin_fuzzy_search_limit to postgresql.conf.sample.
authorFujii Masao
Tue, 8 Sep 2015 17:25:50 +0000 (02:25 +0900)
committerFujii Masao
Tue, 8 Sep 2015 17:28:51 +0000 (02:28 +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 0bf2554a1d474cd7941361eaa9347edb8bc52846..53d8e71f911fdd0036189a40c97efbeb04f87f33 100644 (file)
 #bytea_output = 'hex'          # hex, escape
 #xmlbinary = 'base64'
 #xmloption = 'content'
+#gin_fuzzy_search_limit = 0
 
 # - Locale and Formatting -