Key management with tests

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Cc: Stephen Frost <sfrost(at)snowman(dot)net>, Masahiko Sawada <masahiko(dot)sawada(at)2ndquadrant(dot)com>
Subject: Key management with tests
Date: 2021-01-01 04:50:47
Message-ID: 20210101045047.GB30966@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I have completed the key management patch with tests created by Stephen
Frost. Original patch by Masahiko Sawada. It requires the hex
reorganization patch first. The key patch is now 2.1MB because of the
tests, so attaching it here seems unwise:

https://github.com/postgres/postgres/compare/master...bmomjian:hex.diff
https://github.com/postgres/postgres/compare/master...bmomjian:key.diff

I will add it to the commitfest. I think we need to figure out how much
of the tests we want to add.

--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EnterpriseDB https://enterprisedb.com

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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Isaac Morland 2021-01-01 05:51:06 Safety/validity of resetting permissions by updating system tables
Previous Message tsunakawa.takay@fujitsu.com 2021-01-01 03:51:26 RE: Disable WAL logging to speed up data loading