8000 Add gin_fuzzy_search_limit to postgresql.conf.sample. · percona/postgres@cc28f77 · GitHub
[go: up one dir, main page]

Skip to content

Commit cc28f77

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 625f488 commit cc28f77

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
@@ -455,6 +455,7 @@
455455
#bytea_output = 'hex' # hex, escape
456456
#xmlbinary = 'base64'
457457
#xmloption = 'content'
458+
#gin_fuzzy_search_limit = 0
458459

459460
# - Locale and Formatting -
460461

0 commit comments

Comments
 (0)
0