diff options
author | Andres Freund <andres@anarazel.de> | 2019-08-16 10:16:42 -0700 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2019-08-16 10:17:32 -0700 |
commit | 0ae2dc4db2ae9940ab2bb1e4f4c0ff27f09f8aae (patch) | |
tree | 1c6ba70ef9ad161858fda7724bed6f5b0b236b3b /src/include/executor | |
parent | 076e9d42099d092475ea9eaa2902ba101a27a585 (diff) |
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
Diffstat (limited to 'src/include/executor')
-rw-r--r-- | src/include/executor/nodeAgg.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/executor/nodeAgg.h b/src/include/executor/nodeAgg.h index 1a8ca98a8c3..68c9e5f5400 100644 --- a/src/include/executor/nodeAgg.h +++ b/src/include/executor/nodeAgg.h @@ -311,6 +311,4 @@ extern void ExecReScanAgg(AggState *node); extern Size hash_agg_entry_size(int numAggs); -extern Datum aggregate_dummy(PG_FUNCTION_ARGS); - #endif /* NODEAGG_H */ |