pgsql: pgcrypto: Make header files stand alone

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pgcrypto: Make header files stand alone
Date: 2014-01-09 11:55:42
Message-ID: E1W1ED8-0003kH-7u@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pgcrypto: Make header files stand alone

pgp.h used to require including mbuf.h and px.h first. Include those in
pgp.h, so that it can be used without prerequisites. Remove mbuf.h
inclusions in .c files where mbuf.h features are not used
directly. (px.h was always used.)

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/10a3b165a32e9dd116ba340dd2d2f8c77895418e

Modified Files
--------------
contrib/pgcrypto/pgp-armor.c | 1 -
contrib/pgcrypto/pgp-cfb.c | 1 -
contrib/pgcrypto/pgp-compress.c | 1 -
contrib/pgcrypto/pgp-mpi-internal.c | 1 -
contrib/pgcrypto/pgp-mpi-openssl.c | 1 -
contrib/pgcrypto/pgp-mpi.c | 1 -
contrib/pgcrypto/pgp-pubdec.c | 1 -
contrib/pgcrypto/pgp-pubenc.c | 1 -
contrib/pgcrypto/pgp-s2k.c | 1 -
contrib/pgcrypto/pgp.c | 1 -
contrib/pgcrypto/pgp.h | 3 +++
11 files changed, 3 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2014-01-09 12:00:52 pgsql: Refactor checking whether we've reached the recovery target.
Previous Message Tom Lane 2014-01-09 01:58:29 pgsql: We don't need to include pg_sema.h in s_lock.h anymore.