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[email protected]
extern Oid get_publication_oid(const char *pubname, bool missing_ok);
extern char *get_publication_name(Oid pubid, bool missing_ok);
-extern Datum pg_get_publication_tables(PG_FUNCTION_ARGS);
#endif /* PG_PUBLICATION_H */
extern Size hash_agg_entry_size(int numAggs);
-extern Datum aggregate_dummy(PG_FUNCTION_ARGS);
-
#endif /* NODEAGG_H */