diff options
Diffstat (limited to 'src/include/access/gist.h')
-rw-r--r-- | src/include/access/gist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/access/gist.h b/src/include/access/gist.h index 2b8a3b45d9..0bd485b6df 100644 --- a/src/include/access/gist.h +++ b/src/include/access/gist.h @@ -196,5 +196,6 @@ extern void gist_desc(char *buf, uint8 xl_info, char *rec); /* gistget.c */ extern Datum gistgettuple(PG_FUNCTION_ARGS); +extern Datum gistgetmulti(PG_FUNCTION_ARGS); #endif /* GIST_H */ |