From 53070aa3816753a86476a922e238c2dbc03fdac4 Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Wed, 19 Jan 2022 18:24:27 +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 ea559e5..a805632 100644 --- a/postgresql.yaml +++ b/postgresql.yaml @@ -52,3 +52,7 @@ data: rationale: Module API. ref: a8-postgresql-stream-12 arches: [aarch64, i686, ppc64le, s390x, x86_64] + pg_repack: + rationale: pg_repack extension + ref: a8-postgresql-stream-12 + arches: [aarch64, i686, ppc64le, s390x, x86_64] -- Gitee