Re: Removing dead code in pgcrypto

Daniel Gustafsson <daniel@yesql.se>

From: Daniel Gustafsson <daniel@yesql.se>
To: Aleksander Alekseev <aleksander@timescale.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-08-30T12:52:35Z
Lists: pgsql-hackers

Attachments

> On 30 Aug 2022, at 14:39, Aleksander Alekseev <aleksander@timescale.com> wrote:
> 
> Hi Daniel,
> 
>> it seems we can consider retiring them in v16.
> 
> Looks good to me. A link to the discussion was added to the patch.

Thanks for looking!  On closer inspection, I found another function which was
never used and which doesn't turn up when searching extensions.  The attached
removes pgp_get_cipher_name as well.

--
Daniel Gustafsson		https://vmware.com/

Commits

  1. pgcrypto: Remove unused code

  2. Add missing pgcrypto files from previous commit.