pgsql: Remove redundant prototypes for SQL callable functions.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove redundant prototypes for SQL callable functions.
Date: 2019-08-16 17:29:37
Message-ID: E1hyg2j-000515-OI@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove redundant prototypes for SQL callable functions.

These aren't needed after 352a24a1f9d6. The remaining prototypes are
not defined on the SQL level.

Author: Andres Freund
Discussion: https://postgr.es/m/20190803193733.g3l3x3o42uv4qj7l@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0ae2dc4db2ae9940ab2bb1e4f4c0ff27f09f8aae

Modified Files
--------------
src/include/catalog/pg_publication.h | 1 -
src/include/executor/nodeAgg.h | 2 --
2 files changed, 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2019-08-16 20:00:48 Re: pgsql: doc: Add some images
Previous Message Pavel Stehule 2019-08-16 15:29:14 Re: pgsql: Fix plpgsql to re-look-up composite type names at need.