mirror of
https://github.com/HypoPG/hypopg
synced 2026-05-24 09:38:21 +00:00
Add missing hypopg_statistic prototype
This commit is contained in:
parent
e15aca553d
commit
946d0f6ac4
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue