Removing dead code in pgcrypto

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Removing dead code in pgcrypto
Date: 2022-08-30 10:59:15
Message-ID: FCF3F14E-17D5-41F2-AC58-0A97B341193A@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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/

Attachment Content-Type Size
v1-0001-pgcrypto-Remove-unused-mbuf-code.patch application/octet-stream 1.7 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2022-08-30 11:35:43 Re: Transparent column encryption
Previous Message Amit Langote 2022-08-30 10:29:26 Re: SQL/JSON features for v15