Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0ae2dc4

Browse files
committed
Remove redundant prototypes for SQL callable functions.
These aren't needed after 352a24a. The remaining prototypes are not defined on the SQL level. Author: Andres Freund Discussion: https://postgr.es/m/20190803193733.g3l3x3o42uv4qj7l@alap3.anarazel.de
1 parent 076e9d4 commit 0ae2dc4

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/include/catalog/pg_publication.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,5 @@ extern ObjectAddress publication_add_relation(Oid pubid, Relation targetrel,
9292
extern Oid get_publication_oid(const char *pubname, bool missing_ok);
9393
extern char *get_publication_name(Oid pubid, bool missing_ok);
9494

95-
extern Datum pg_get_publication_tables(PG_FUNCTION_ARGS);
9695

9796
#endif /* PG_PUBLICATION_H */

src/include/executor/nodeAgg.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,4 @@ extern void ExecReScanAgg(AggState *node);
311311

312312
extern Size hash_agg_entry_size(int numAggs);
313313

314-
extern Datum aggregate_dummy(PG_FUNCTION_ARGS);
315-
316314
#endif /* NODEAGG_H */

0 commit comments

Comments
 (0)