From 1db598c00d26f5430d51427e93625a5e5f8ac9e5 Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Wed, 19 Jan 2022 18:23:52 +0800 Subject: [PATCH] yaml: add pg_repack component Signed-off-by: Zhao Hang --- postgresql.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/postgresql.yaml b/postgresql.yaml index 1133d9f..3203184 100644 --- a/postgresql.yaml +++ b/postgresql.yaml @@ -52,3 +52,7 @@ data: rationale: Module API. ref: a8-postgresql-stream-13 arches: [aarch64, i686, ppc64le, s390x, x86_64] + pg_repack: + rationale: pg_repack extension + ref: a8-postgresql-stream-13 + arches: [aarch64, i686, ppc64le, s390x, x86_64] -- Gitee