Skip to content

Commit b74af40

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 ac711dd commit b74af40

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
@@ -517,6 +517,7 @@
517517
#bytea_output = 'hex' # hex, escape
518518
#xmlbinary = 'base64'
519519
#xmloption = 'content'
520+
#gin_fuzzy_search_limit = 0
520521

521522
# - Locale and Formatting -
522523

0 commit comments

Comments
 (0)