Fixed version

This commit is contained in:
Andrew Kane
2021-05-06 01:56:05 -07:00
parent 09e95fc8f9
commit bcab0ad8ae
4 changed files with 4 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ EXTENSION = vector
EXTVERSION = 0.1.2
MODULE_big = vector
DATA = sql/vector--0.1.1.sql sql/vector--0.1.0--0.1.1.sql
DATA = $(wildcard sql/*--*.sql)
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 test/sql/*.sql)

View File

@@ -0,0 +1,2 @@
-- complain if script is sourced in psql, rather than via CREATE EXTENSION
\echo Use "ALTER EXTENSION vector UPDATE TO '0.1.2'" to load this file. \quit

View File

@@ -1,4 +1,4 @@
comment = 'vector data type and ivfflat access method'
default_version = '0.1.1'
default_version = '0.1.2'
module_pathname = '$libdir/vector'
relocatable = true