adding dblink to build-tools image for use in regression tests

This commit is contained in:
Suhas Thalanki
2025-06-11 15:54:35 -07:00
parent 54fdcfdfa8
commit 3bfab12f2e
2 changed files with 3 additions and 0 deletions

View File

@@ -166,6 +166,8 @@ postgres-%: postgres-configure-% \
$(MAKE) -C $(POSTGRES_INSTALL_DIR)/build/$*/contrib/amcheck install
+@echo "Compiling test_decoding $*"
$(MAKE) -C $(POSTGRES_INSTALL_DIR)/build/$*/contrib/test_decoding install
+@echo "Compiling dblink $*"
$(MAKE) -C $(POSTGRES_INSTALL_DIR)/build/$*/contrib/dblink install
.PHONY: postgres-clean-%
postgres-clean-%:

View File

@@ -144,6 +144,7 @@ RUN set -e \
openssh-client \
parallel \
pkg-config \
postgresql-contrib \
unzip \
wget \
xz-utils \