Skip to content

Commit 97b7b95

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 bbbe5a9 commit 97b7b95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,7 @@
526526
#bytea_output = 'hex' # hex, escape
527527
#xmlbinary = 'base64'
528528
#xmloption = 'content'
529+
#gin_fuzzy_search_limit = 0
529530
#gin_pending_list_limit = 4MB
530531

531532
# - Locale and Formatting -

0 commit comments

Comments
 (0)