Compare commits

...

2 Commits

Author SHA1 Message Date
Suhas Thalanki
11cd187dd2 removing postgresql-contrib from build-tools image 2025-06-12 12:51:57 -07:00
Suhas Thalanki
3bfab12f2e adding dblink to build-tools image for use in regression tests 2025-06-11 15:54:35 -07:00

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-%: