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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user