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. Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/b2cc748b09456ea24cdd00a7691ce33db9a1af45 Modified Files -------------- contrib/pgcrypto/expected/pgp-encrypt-DISABLED.out | 1 - contrib/pgcrypto/expected/pgp-pubkey-DISABLED.out | 1 - contrib/pgcrypto/px.c | 4 ---- contrib/pgcrypto/px.h | 4 ++-- contrib/pgcrypto/sql/pgp-encrypt-DISABLED.sql | 1 - contrib/pgcrypto/sql/pgp-pubkey-DISABLED.sql | 1 - 6 files changed, 2 insertions(+), 10 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
