mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Cube extension kNN support
Introduce distance operators over cubes: <#> taxicab distance <-> euclidean distance <=> chebyshev distance Also add kNN support of those distances in GiST opclass. Author: Stas Kelvich
This commit is contained in:
@ -4,7 +4,7 @@ MODULE_big = cube
|
||||
OBJS= cube.o cubeparse.o $(WIN32RES)
|
||||
|
||||
EXTENSION = cube
|
||||
DATA = cube--1.0.sql cube--unpackaged--1.0.sql
|
||||
DATA = cube--1.1.sql cube--1.0--1.1.sql cube--unpackaged--1.0.sql
|
||||
PGFILEDESC = "cube - multidimensional cube data type"
|
||||
|
||||
REGRESS = cube
|
||||
|
Reference in New Issue
Block a user