mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Add gin_fuzzy_search_limit to postgresql.conf.sample.
This was forgotten in8a3631f(commit that originally added the parameter) and0ca9907(commit that added the documentation later that year). Back-patch to all supported versions.
This commit is contained in:
		@@ -527,6 +527,7 @@
 | 
				
			|||||||
#bytea_output = 'hex'			# hex, escape
 | 
					#bytea_output = 'hex'			# hex, escape
 | 
				
			||||||
#xmlbinary = 'base64'
 | 
					#xmlbinary = 'base64'
 | 
				
			||||||
#xmloption = 'content'
 | 
					#xmloption = 'content'
 | 
				
			||||||
 | 
					#gin_fuzzy_search_limit = 0
 | 
				
			||||||
#gin_pending_list_limit = 4MB
 | 
					#gin_pending_list_limit = 4MB
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# - Locale and Formatting -
 | 
					# - Locale and Formatting -
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user