]> git.ipfire.org Git - thirdparty/postgresql.git/commit
pgcrypto: Remove unused code
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Wed, 14 Sep 2022 19:58:30 +0000 (21:58 +0200)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Wed, 14 Sep 2022 19:58:30 +0000 (21:58 +0200)
commit1d3566f1b2a8cf518ec26322023d243b288a90aa
treeecf34b74a0f8012d86c4a80a20d00c272ff4dd0d
parent5f84647ee1b25532cf5ea06801a4f36706a0cb96
pgcrypto: Remove unused code

The mbuf_tell, mbuf_rewind and pgp_get_cipher_name functions were
introduced in commit e94dd6ab91, but were never used, so remove.

Reviewed-by: Aleksander Alekseev <aleksander@timescale.com>
Discussion: https://postgr.es/m/FCF3F14E-17D5-41F2-AC58-0A97B341193A@yesql.se
contrib/pgcrypto/mbuf.c
contrib/pgcrypto/mbuf.h
contrib/pgcrypto/pgp.c
contrib/pgcrypto/pgp.h