PostgreSQL Source Code git master
|
#include "postgres.h"
#include "access/stratnum.h"
#include "nodes/primnodes.h"
#include "utils/builtins.h"
Go to the source code of this file.
Variables | |
PG_MODULE_MAGIC | |
Datum gbt_decompress | ( | PG_FUNCTION_ARGS | ) |
Definition at line 53 of file btree_gist.c.
References PG_GETARG_POINTER, and PG_RETURN_POINTER.
Datum gbtreekey_in | ( | PG_FUNCTION_ARGS | ) |
Definition at line 23 of file btree_gist.c.
References ereport, errcode(), errmsg(), ERROR, FORMAT_TYPE_ALLOW_INVALID, format_type_extended(), PG_GETARG_OID, and PG_RETURN_VOID.
Datum gbtreekey_out | ( | PG_FUNCTION_ARGS | ) |
Definition at line 37 of file btree_gist.c.
References ereport, errcode(), errmsg(), ERROR, and PG_RETURN_VOID.
Datum gist_stratnum_btree | ( | PG_FUNCTION_ARGS | ) |
Definition at line 62 of file btree_gist.c.
References BTEqualStrategyNumber, BTGreaterEqualStrategyNumber, BTGreaterStrategyNumber, BTLessEqualStrategyNumber, BTLessStrategyNumber, COMPARE_EQ, COMPARE_GE, COMPARE_GT, COMPARE_LE, COMPARE_LT, InvalidStrategy, PG_GETARG_INT32, and PG_RETURN_UINT16.
PG_FUNCTION_INFO_V1 | ( | gbt_decompress | ) |
PG_FUNCTION_INFO_V1 | ( | gbtreekey_in | ) |
PG_FUNCTION_INFO_V1 | ( | gbtreekey_out | ) |
PG_FUNCTION_INFO_V1 | ( | gist_stratnum_btree | ) |
PG_MODULE_MAGIC |
Definition at line 10 of file btree_gist.c.