mirror of
https://github.com/HypoPG/hypopg
synced 2026-05-24 09:38:21 +00:00
Add forgotten pg_hypo() declaration
This commit is contained in:
parent
10e7ea2da2
commit
8b3e160aee
1 changed files with 1 additions and 0 deletions
|
|
@ -89,6 +89,7 @@ void _PG_fini(void);
|
|||
|
||||
Datum pg_hypo_reset(PG_FUNCTION_ARGS);
|
||||
Datum pg_hypo_add_index_internal(PG_FUNCTION_ARGS);
|
||||
Datum pg_hypo(PG_FUNCTION_ARGS);
|
||||
|
||||
PG_FUNCTION_INFO_V1(pg_hypo_reset);
|
||||
PG_FUNCTION_INFO_V1(pg_hypo_add_index_internal);
|
||||
|
|
|
|||
Loading…
Reference in a new issue