【资源池化】打包添加算子下推plugin

This commit is contained in:
Mijamind
2023-05-22 14:47:57 +08:00
committed by quemingjian
parent 822cfbd6d9
commit a11a7b2e75
3 changed files with 5 additions and 0 deletions

View File

@ -94,6 +94,7 @@ install:
$(MAKE) -C contrib/postgres_fdw $@
$(MAKE) -C contrib/hstore $@
$(MAKE) -C contrib/dblink $@
$(MAKE) -C contrib/ndpplugin $@
@if test -d contrib/dolphin; then $(MAKE) -C contrib/dolphin $@; fi
+@echo "openGauss installation complete."
endif

View File

@ -66,6 +66,8 @@
./share/postgresql/extension/hstore.control
./share/postgresql/extension/security_plugin.control
./share/postgresql/extension/security_plugin--1.0.sql
./share/postgresql/extension/ndpplugin.control
./share/postgresql/extension/ndpplugin--1.0.sql
./share/postgresql/extension/dolphin.control
./share/postgresql/extension/dolphin--1.0.sql
./share/postgresql/extension/dolphin--1.1.sql

View File

@ -66,6 +66,8 @@
./share/postgresql/extension/hstore.control
./share/postgresql/extension/security_plugin.control
./share/postgresql/extension/security_plugin--1.0.sql
./share/postgresql/extension/ndpplugin.control
./share/postgresql/extension/ndpplugin--1.0.sql
./share/postgresql/extension/dolphin.control
./share/postgresql/extension/dolphin--1.0.sql
./share/postgresql/extension/dolphin--1.1.sql