Re: Removing dead code in pgcrypto

Aleksander Alekseev <aleksander@timescale.com>

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

> 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.

I'm pretty sure this change is fine too, but I added the patch to the
CF application in order to play it safe. Let's see what cfbot will
tell us.

-- 
Best regards,
Aleksander Alekseev



Commits

  1. pgcrypto: Remove unused code

  2. Add missing pgcrypto files from previous commit.