Skip to content

Commit 75232ad

Browse files
committed
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.
1 parent 45829e0 commit 75232ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/backend/utils/misc/postgresql.conf.sample

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,7 @@
500500
#bytea_output = 'hex' # hex, escape
501501
#xmlbinary = 'base64'
502502
#xmloption = 'content'
503+
#gin_fuzzy_search_limit = 0
503504

504505
# - Locale and Formatting -
505506

0 commit comments

Comments
 (0)