Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
[submodule "pglite/pgvector"]
path = pglite/vector
url = https://github.com/pgvector/pgvector.git
[submodule "pglite/pgtap"]
path = pglite/pgtap
url = https://github.com/theory/pgtap.git
3 changes: 2 additions & 1 deletion pglite/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ include $(top_builddir)/src/Makefile.global

SUBDIRS = \
pg_ivm \
vector
vector \
pgtap

prefix ?= /install/pglite
EXTENSIONS_BUILD_ROOT := /tmp/extensions/build
Expand Down
1 change: 1 addition & 0 deletions pglite/pgtap
Submodule pgtap added at 6e3acb