From 8b3e160aee1e62ff4c6c804bf787f1637f658b94 Mon Sep 17 00:00:00 2001 From: Julien Rouhaud Date: Mon, 16 Mar 2015 00:36:13 +0100 Subject: [PATCH] Add forgotten pg_hypo() declaration --- pg_hypo.c | 1 + 1 file changed, 1 insertion(+) diff --git a/pg_hypo.c b/pg_hypo.c index 6c0068d..b4bde35 100644 --- a/pg_hypo.c +++ b/pg_hypo.c @@ -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);