pgsql: Remove dead stuff from pgcrypto.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove dead stuff from pgcrypto.
Date: 2016-11-30 11:04:48
Message-ID: E1cC2gy-0001J9-9z@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2016-11-30 12:55:34 pgsql: Remove code points < 0x80 from character conversion tables.
Previous Message Michael Paquier 2016-11-30 07:56:41 Re: pgsql: Add putenv support for msvcrt from Visual Studio 2013