[回合]编译打包增加assessment插件
This commit is contained in:
@ -47,6 +47,7 @@
|
||||
./bin/gs_plan_simulator.sh
|
||||
./bin/pg_xlogdump
|
||||
./bin/pagehack
|
||||
./bin/assessment_database
|
||||
./etc/kerberos/kadm5.acl
|
||||
./etc/kerberos/kdc.conf
|
||||
./etc/kerberos/krb5.conf
|
||||
@ -76,6 +77,8 @@
|
||||
./share/postgresql/extension/dolphin--2.0--1.2.sql
|
||||
./share/postgresql/extension/dolphin--1.2--2.0.sql
|
||||
./share/postgresql/extension/openGauss_expr_dolphin.ir
|
||||
./share/postgresql/extension/assessment--1.0.sql
|
||||
./share/postgresql/extension/assessment.control
|
||||
./share/postgresql/extension/file_fdw--1.0.sql
|
||||
./share/postgresql/extension/plpgsql.control
|
||||
./share/postgresql/extension/dist_fdw.control
|
||||
@ -770,6 +773,7 @@
|
||||
./lib/postgresql/postgres_fdw.so
|
||||
./lib/postgresql/dblink.so
|
||||
./lib/postgresql/pgoutput.so
|
||||
./lib/postgresql/assessment.so
|
||||
./lib/libpljava.so
|
||||
./lib/libpq.a
|
||||
./lib/libpq.so
|
||||
|
||||
@ -212,6 +212,12 @@ function install_gaussdb()
|
||||
make install -sj >> "$LOG_FILE" 2>&1
|
||||
echo "End make install MPPDB" >> "$LOG_FILE" 2>&1
|
||||
|
||||
ASSESSMENT_DIR=$ROOT_DIR/contrib/assessment
|
||||
if [ -d $ASSESSMENT_DIR ]; then
|
||||
cd $ASSESSMENT_DIR
|
||||
make install >> "$LOG_FILE" 2>&1
|
||||
echo "End make install assessment" >> "$LOG_FILE" 2>&1
|
||||
fi
|
||||
|
||||
cd "$ROOT_DIR"
|
||||
if [ "${make_check}" = 'on' ]; then
|
||||
|
||||
@ -47,6 +47,7 @@
|
||||
./bin/gs_plan_simulator.sh
|
||||
./bin/pg_xlogdump
|
||||
./bin/pagehack
|
||||
./bin/assessment_database
|
||||
./etc/kerberos/kadm5.acl
|
||||
./etc/kerberos/kdc.conf
|
||||
./etc/kerberos/krb5.conf
|
||||
@ -76,6 +77,8 @@
|
||||
./share/postgresql/extension/dolphin--2.0--1.2.sql
|
||||
./share/postgresql/extension/dolphin--1.2--2.0.sql
|
||||
./share/postgresql/extension/openGauss_expr_dolphin.ir
|
||||
./share/postgresql/extension/assessment--1.0.sql
|
||||
./share/postgresql/extension/assessment.control
|
||||
./share/postgresql/extension/file_fdw--1.0.sql
|
||||
./share/postgresql/extension/plpgsql.control
|
||||
./share/postgresql/extension/dist_fdw.control
|
||||
@ -770,6 +773,7 @@
|
||||
./lib/postgresql/postgres_fdw.so
|
||||
./lib/postgresql/dblink.so
|
||||
./lib/postgresql/pgoutput.so
|
||||
./lib/postgresql/assessment.so
|
||||
./lib/libpljava.so
|
||||
./lib/libpq.a
|
||||
./lib/libpq.so
|
||||
|
||||
Reference in New Issue
Block a user