Add missing hypopg_statistic prototype

This commit is contained in:
Julien Rouhaud 2018-07-22 11:36:02 +02:00
parent e15aca553d
commit 946d0f6ac4

View file

@ -45,6 +45,7 @@ Selectivity hypo_clauselist_selectivity(PlannerInfo *root, RelOptInfo *rel,
/*--- Functions --- */
Datum hypopg_analyze(PG_FUNCTION_ARGS);
Datum hypopg_statistic(PG_FUNCTION_ARGS);
#if PG_VERSION_NUM >= 100000
void hypo_stat_remove(Oid tableid);
#endif