1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-19 17:02:53 +03:00

Add index-only scan support to inet GiST opclass.

Andreas Karlsson
This commit is contained in:
Heikki Linnakangas
2015-03-28 15:11:53 +02:00
parent 16bbb96a2b
commit 3a20b0e7b6
7 changed files with 57 additions and 1 deletions

View File

@@ -123,6 +123,7 @@ extern int bitncommon(const unsigned char *l, const unsigned char *r, int n);
/*
* GiST support functions in network_gist.c
*/
extern Datum inet_gist_fetch(PG_FUNCTION_ARGS);
extern Datum inet_gist_consistent(PG_FUNCTION_ARGS);
extern Datum inet_gist_union(PG_FUNCTION_ARGS);
extern Datum inet_gist_compress(PG_FUNCTION_ARGS);