mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03: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