We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a0bdab commit 774390fCopy full SHA for 774390f
.gitmodules
@@ -4,3 +4,6 @@
4
[submodule "pglite/pgvector"]
5
path = pglite/vector
6
url = https://github.com/pgvector/pgvector.git
7
+[submodule "pglite/pgtap"]
8
+ path = pglite/pgtap
9
+ url = https://github.com/theory/pgtap.git
pglite/Makefile
@@ -5,7 +5,8 @@ include $(top_builddir)/src/Makefile.global
SUBDIRS = \
pg_ivm \
- vector
+ vector \
+ pgtap
10
11
prefix ?= /install/pglite
12
EXTENSIONS_BUILD_ROOT := /tmp/extensions/build
pglite/pgtap
0 commit comments