Add forgotten pg_hypo() declaration

This commit is contained in:
Julien Rouhaud 2015-03-16 00:36:13 +01:00
parent 10e7ea2da2
commit 8b3e160aee

View file

@ -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);