From 9a93fc7aac433be85f308866d55911ea04bd6271 Mon Sep 17 00:00:00 2001 From: tudor Date: Sat, 18 Oct 2025 10:34:38 +0300 Subject: [PATCH] added backend for pgTap --- .gitmodules | 3 +++ pglite/Makefile | 3 ++- pglite/pgtap | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) create mode 160000 pglite/pgtap diff --git a/.gitmodules b/.gitmodules index 9317a32956edc..94158709d174c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/pglite/Makefile b/pglite/Makefile index fc1f84c45bdc1..f6bc99b8e50cc 100644 --- a/pglite/Makefile +++ b/pglite/Makefile @@ -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 diff --git a/pglite/pgtap b/pglite/pgtap new file mode 160000 index 0000000000000..6e3acbf4e0cb1 --- /dev/null +++ b/pglite/pgtap @@ -0,0 +1 @@ +Subproject commit 6e3acbf4e0cb19997edeafeabf1b18870ea68a5e