diff --git a/GNUmakefile.in b/GNUmakefile.in index 9671b5644..6ca1ad54a 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -98,6 +98,7 @@ install: @if test -d contrib/spq_plugin; then $(MAKE) -C contrib/spq_plugin $@; fi @if test -d contrib/dolphin; then $(MAKE) -C contrib/dolphin $@; fi @if test -d contrib/age; then $(MAKE) -C contrib/age $@; fi + @if test -d contrib/pgvector; then $(MAKE) -C contrib/pgvector $@; fi +@echo "openGauss installation complete." endif endif diff --git a/build/script/aarch64_opengauss_list b/build/script/aarch64_opengauss_list index 9b7d6ecb4..e060a9893 100644 --- a/build/script/aarch64_opengauss_list +++ b/build/script/aarch64_opengauss_list @@ -88,6 +88,8 @@ ./share/postgresql/extension/openGauss_expr_dolphin.ir ./share/postgresql/extension/age--1.0.0.sql ./share/postgresql/extension/age.control +./share/postgresql/extension/vector--0.4.4.sql +./share/postgresql/extension/vector.control ./share/postgresql/extension/assessment--1.0.sql ./share/postgresql/extension/assessment.control ./share/postgresql/extension/file_fdw--1.0.sql @@ -795,6 +797,7 @@ ./lib/postgresql/security_plugin.so ./lib/postgresql/dolphin.so ./lib/postgresql/age.so +./lib/postgresql/vector.so ./lib/postgresql/pg_upgrade_support.so ./lib/postgresql/java/pljava.jar ./lib/postgresql/postgres_fdw.so diff --git a/build/script/opengauss_release_list_ubuntu_single b/build/script/opengauss_release_list_ubuntu_single index eb27a4841..6c1218465 100644 --- a/build/script/opengauss_release_list_ubuntu_single +++ b/build/script/opengauss_release_list_ubuntu_single @@ -74,6 +74,8 @@ ./share/postgresql/extension/openGauss_expr_dolphin.ir ./share/postgresql/extension/age--1.0.0.sql ./share/postgresql/extension/age.control +./share/postgresql/extension/vector--0.4.4.sql +./share/postgresql/extension/vector.control ./share/postgresql/extension/file_fdw--1.0.sql ./share/postgresql/extension/plpgsql.control ./share/postgresql/extension/dist_fdw.control @@ -768,6 +770,7 @@ ./lib/postgresql/security_plugin.so ./lib/postgresql/dolphin.so ./lib/postgresql/age.so +./lib/postgresql/vector.so ./lib/postgresql/pg_upgrade_support.so ./lib/postgresql/java/pljava.jar ./lib/postgresql/postgres_fdw.so diff --git a/build/script/x86_64_opengauss_list b/build/script/x86_64_opengauss_list index f6f7d2128..d24a0fc29 100644 --- a/build/script/x86_64_opengauss_list +++ b/build/script/x86_64_opengauss_list @@ -88,6 +88,8 @@ ./share/postgresql/extension/openGauss_expr_dolphin.ir ./share/postgresql/extension/age--1.0.0.sql ./share/postgresql/extension/age.control +./share/postgresql/extension/vector--0.4.4.sql +./share/postgresql/extension/vector.control ./share/postgresql/extension/assessment--1.0.sql ./share/postgresql/extension/assessment.control ./share/postgresql/extension/file_fdw--1.0.sql @@ -795,6 +797,7 @@ ./lib/postgresql/security_plugin.so ./lib/postgresql/dolphin.so ./lib/postgresql/age.so +./lib/postgresql/vector.so ./lib/postgresql/pg_upgrade_support.so ./lib/postgresql/java/pljava.jar ./lib/postgresql/postgres_fdw.so