mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-31 00:03:57 -04:00 
			
		
		
		
	Introduce distance operators over cubes: <#> taxicab distance <-> euclidean distance <=> chebyshev distance Also add kNN support of those distances in GiST opclass. Author: Stas Kelvich
		
			
				
	
	
		
			6 lines
		
	
	
		
			142 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			142 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # cube extension
 | |
| comment = 'data type for multidimensional cubes'
 | |
| default_version = '1.1'
 | |
| module_pathname = '$libdir/cube'
 | |
| relocatable = true
 |