mirror of
https://github.com/postgres/postgres.git
synced 2026-06-06 15:49:28 -04:00
33bd250f6c
Introduce distance operators over cubes: <#> taxicab distance <-> euclidean distance <=> chebyshev distance Also add kNN support of those distances in GiST opclass. Author: Stas Kelvich