PostgreSQL Source Code
git master
|
#include "postgres.h"
#include "btree_gist.h"
#include "btree_utils_var.h"
#include "utils/builtins.h"
Go to the source code of this file.
Variables | |
PG_MODULE_MAGIC | |
Datum gbt_decompress | ( | PG_FUNCTION_ARGS | ) |
Datum gbtreekey_in | ( | PG_FUNCTION_ARGS | ) |
Definition at line 20 of file btree_gist.c.
References ereport, errcode(), errmsg(), ERROR, and PG_RETURN_POINTER.
Datum gbtreekey_out | ( | PG_FUNCTION_ARGS | ) |
Definition at line 32 of file btree_gist.c.
References ereport, errcode(), errmsg(), ERROR, and PG_RETURN_POINTER.
PG_FUNCTION_INFO_V1 | ( | gbt_decompress | ) |
PG_FUNCTION_INFO_V1 | ( | gbtreekey_in | ) |
PG_FUNCTION_INFO_V1 | ( | gbtreekey_out | ) |
PG_MODULE_MAGIC |
Definition at line 8 of file btree_gist.c.