mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-03 08:00:21 +08: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
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
|