Added external binary representation for vector type

This commit is contained in:
Andrew Kane
2021-04-22 19:06:14 -07:00
parent c4baa335d3
commit 8ebab9bf6d
8 changed files with 123 additions and 15 deletions

View File

@@ -1,11 +1,11 @@
EXTENSION = vector
DATA = vector--0.1.0.sql
DATA = vector--0.1.1.sql vector--0.1.0-0.1.1.sql
MODULE_big = vector
OBJS = src/ivfbuild.o src/ivfflat.o src/ivfinsert.o src/ivfkmeans.o src/ivfscan.o src/ivfutils.o src/ivfvacuum.o src/vector.o
TESTS = $(wildcard sql/*.sql)
REGRESS = btree cast functions ivfflat_cosine ivfflat_ip ivfflat_l2 ivfflat_unlogged vector
REGRESS = btree cast copy functions ivfflat_cosine ivfflat_ip ivfflat_l2 ivfflat_unlogged vector
PG_CONFIG ?= pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)