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
- v1-0001-pgcrypto-Remove-unused-mbuf-code.patch (application/octet-stream) patch v1-0001
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
-
pgcrypto: Remove unused code
- 1d3566f1b2a8 16.0 landed
-
Add missing pgcrypto files from previous commit.
- e94dd6ab9100 8.1.0 cited