]> granicus.if.org Git - postgresql/commit
Remove redundant prototypes for SQL callable functions.
authorAndres Freund <andres@anarazel.de>
Fri, 16 Aug 2019 17:16:42 +0000 (10:16 -0700)
committerAndres Freund <andres@anarazel.de>
Fri, 16 Aug 2019 17:17:32 +0000 (10:17 -0700)
commit0ae2dc4db2ae9940ab2bb1e4f4c0ff27f09f8aae
tree1c6ba70ef9ad161858fda7724bed6f5b0b236b3b
parent076e9d42099d092475ea9eaa2902ba101a27a585
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
src/include/catalog/pg_publication.h
src/include/executor/nodeAgg.h