Removing dead code in pgcrypto

Daniel Gustafsson <daniel@yesql.se>

From: Daniel Gustafsson <daniel@yesql.se>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-08-30T10:59:15Z
Lists: pgsql-hackers

Attachments

mbuf_tell and mbuf_rewind functions were introduced in commit e94dd6ab91 but
were seemingly never used, so it seems we can consider retiring them in v16.

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

Commits

  1. pgcrypto: Remove unused code

  2. Add missing pgcrypto files from previous commit.