pgsql: Remove unnecessary prototypes

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove unnecessary prototypes
Date: 2016-09-30 18:11:15
Message-ID: E1bq2HD-0002tQ-St@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove unnecessary prototypes

Prototypes for functions implementing V1-callable functions are no
longer necessary.

Reviewed-by: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
Reviewed-by: Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0665023b4435a469e42289d7065c436967a022b6

Modified Files
--------------
contrib/bloom/bloom.h | 1 -
contrib/btree_gist/btree_gist.h | 10 ----------
contrib/dblink/dblink.h | 24 ------------------------
contrib/isn/isn.h | 19 -------------------
contrib/pgcrypto/pgcrypto.h | 13 -------------
contrib/tablefunc/tablefunc.h | 9 ---------
6 files changed, 76 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2016-09-30 19:12:51 pgsql: Separate enum from struct
Previous Message Magnus Hagander 2016-09-30 09:28:56 pgsql: Retry opening new segments in pg_xlogdump --folllow