]> granicus.if.org Git - postgresql/commit
Remove dead stuff from pgcrypto.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 30 Nov 2016 11:04:16 +0000 (13:04 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 30 Nov 2016 11:04:16 +0000 (13:04 +0200)
commitb2cc748b09456ea24cdd00a7691ce33db9a1af45
tree2860b629a27ab9ba1ce6a1e31c5adf379fe6094c
parent41e2b84ce1b89ae0125dd34318c56aa51386e2a2
Remove dead stuff from pgcrypto.

pgp-pubkey-DISABLED test has been unused since 2006, when support for
built-in bignum math was added (commit 1abf76e8). pgp-encrypt-DISABLED has
been unused forever, AFAICS.

Also remove a couple of unused error codes.
contrib/pgcrypto/expected/pgp-encrypt-DISABLED.out [deleted file]
contrib/pgcrypto/expected/pgp-pubkey-DISABLED.out [deleted file]
contrib/pgcrypto/px.c
contrib/pgcrypto/px.h
contrib/pgcrypto/sql/pgp-encrypt-DISABLED.sql [deleted file]
contrib/pgcrypto/sql/pgp-pubkey-DISABLED.sql [deleted file]