Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0ae2dc4

Browse files
committed
Remove redundant prototypes for SQL callable functions.
These aren't needed after352a24a. The remaining prototypes arenot defined on the SQL level.Author: Andres FreundDiscussion:https://postgr.es/m/20190803193733.g3l3x3o42uv4qj7l@alap3.anarazel.de
1 parent076e9d4 commit0ae2dc4

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
externOidget_publication_oid(constchar*pubname,boolmissing_ok);
9393
externchar*get_publication_name(Oidpubid,boolmissing_ok);
9494

95-
externDatumpg_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
externSizehash_agg_entry_size(intnumAggs);
313313

314-
externDatumaggregate_dummy(PG_FUNCTION_ARGS);
315-
316314
#endif/* NODEAGG_H */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp