From a64cd6745f55a41306230d45bcd93205f741a157 Mon Sep 17 00:00:00 2001 From: hwhbj Date: Mon, 31 Jul 2023 09:57:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8sh=20build.sh=20-pkg=E6=89=93?= =?UTF-8?q?=E5=8C=85=E6=B7=BB=E5=8A=A0assessment=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/script/aarch64_opengauss_list | 4 ++++ build/script/x86_64_opengauss_list | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/build/script/aarch64_opengauss_list b/build/script/aarch64_opengauss_list index bf5741dbd..e776d1ee9 100644 --- a/build/script/aarch64_opengauss_list +++ b/build/script/aarch64_opengauss_list @@ -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 @@ -78,6 +79,8 @@ ./share/postgresql/extension/dolphin--1.1--2.0.sql ./share/postgresql/extension/dolphin--2.0--1.1.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 @@ -773,6 +776,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 diff --git a/build/script/x86_64_opengauss_list b/build/script/x86_64_opengauss_list index ae72548b1..5f2d0b1a5 100644 --- a/build/script/x86_64_opengauss_list +++ b/build/script/x86_64_opengauss_list @@ -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 @@ -78,6 +79,8 @@ ./share/postgresql/extension/dolphin--1.1--2.0.sql ./share/postgresql/extension/dolphin--2.0--1.1.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 @@ -773,6 +776,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