From cfd3f99379f28ef7339d4d1188fd3834f79bb338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E9=A3=8E=E6=AD=8C?= Date: Tue, 26 Mar 2024 14:32:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8C=85=E5=A2=9E=E5=8A=A0pgvector?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GNUmakefile.in | 1 + build/script/aarch64_opengauss_list | 3 +++ build/script/opengauss_release_list_ubuntu_single | 3 +++ build/script/x86_64_opengauss_list | 3 +++ 4 files changed, 10 insertions(+) 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