Skip to content

Commit

Permalink
Merge branch 'georgia-tech-db:feature/remote_indexes' into feature/re…
Browse files Browse the repository at this point in the history
…mote_indexes
  • Loading branch information
swetavooda authored Apr 9, 2024
2 parents 03a6980 + 5ad1170 commit bad50cd
Show file tree
Hide file tree
Showing 11 changed files with 599 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- run: psql test -c 'alter database test set enable_seqscan = off'

# setup the database for testing
- run: make installcheck REGRESS=pinecone_crud REGRESS_OPTS="--dbname=test --inputdir=./test --use-existing"
- run: make installcheck REGRESS="pinecone_crud pinecone_medium_create" REGRESS_OPTS="--dbname=test --inputdir=./test --use-existing"
- if: ${{ failure() }}
run: cat regression.diffs
# mac:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
EXTENSION = vector
EXTVERSION = 0.6.0
EXTVERSION = remote0.1.0

SHLIB_LINK += -lcurl

Expand Down
2 changes: 0 additions & 2 deletions easy

This file was deleted.

3 changes: 3 additions & 0 deletions sql/vector--0.6.0--remote0.1.0.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-- complain if script is sourced in psql, rather than via CREATE EXTENSION
\echo Use "ALTER EXTENSION vector UPDATE TO '0.6.0'" to load this file. \quit

Loading

0 comments on commit bad50cd

Please sign in to comment.