Re: pgsql: Add pg_alterckey utility to change the cluster key - Mailing list pgsql-committers

From Bruce Momjian
Subject Re: pgsql: Add pg_alterckey utility to change the cluster key
Date
Msg-id 20201226062043.GH19054@momjian.us
Whole thread Raw
In response to Re: pgsql: Add pg_alterckey utility to change the cluster key  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: pgsql: Add pg_alterckey utility to change the cluster key  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-committers
On Sat, Dec 26, 2020 at 06:18:01AM +0100, Pavel Stehule wrote:
>     Details
>     -------
>     https://git.postgresql.org/pg/commitdiff/
>     62afb42a7f9f533efc6c19f462c3a848fa4ddb63
> 
>     Modified Files
>     --------------
>     doc/src/sgml/ref/pg_alterkey.sgml   | 186 ++++++++++
>     src/bin/Makefile                    |   1 +
>     src/bin/pg_alterckey/.gitignore     |   1 +
>     src/bin/pg_alterckey/Makefile       |  44 +++
>     src/bin/pg_alterckey/pg_alterckey.c | 693
>     ++++++++++++++++++++++++++++++++++++
>     5 files changed, 925 insertions(+)
> 
> 
> Broken tests

Uh, how do I reproduce this failure?

-- 
  Bruce Momjian  <bruce@momjian.us>        https://momjian.us
  EnterpriseDB                             https://enterprisedb.com

  The usefulness of a cup is in its emptiness, Bruce Lee




pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Add scripts for retrieving the cluster file encryption key
Next
From: Pavel Stehule
Date:
Subject: Re: pgsql: Add pg_alterckey utility to change the cluster key