mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-04 00:02:52 -05:00 
			
		
		
		
	Module provides new access method. It is actually a simple Bloom filter implemented as pgsql's index. It could give some benefits on search with large number of columns. Module is a single way to test generic WAL interface committed earlier. Author: Teodor Sigaev, Alexander Korotkov Reviewers: Aleksander Alekseev, Michael Paquier, Jim Nasby
		
			
				
	
	
		
			6 lines
		
	
	
		
			156 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			156 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# bloom extension
 | 
						|
comment = 'bloom access method - signature file based index'
 | 
						|
default_version = '1.0'
 | 
						|
module_pathname = '$libdir/bloom'
 | 
						|
relocatable = true
 |