打包增加pgvector

This commit is contained in:
大风歌
2024-03-26 14:32:20 +08:00
parent ba997db236
commit cfd3f99379
4 changed files with 10 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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