pgsql: Remove unnecessary prototypes - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Remove unnecessary prototypes
Date
Msg-id E1bq2HD-0002tQ-St@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove unnecessary prototypes

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

Reviewed-by: Heikki Linnakangas <hlinnaka@iki.fi>
Reviewed-by: Thomas Munro <thomas.munro@enterprisedb.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(-)


pgsql-committers by date:

Previous
From: Magnus Hagander
Date:
Subject: pgsql: Retry opening new segments in pg_xlogdump --folllow
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Add missing include files to configure tests