|
PostgreSQL Source Code git master
|
#include "postgres.h"#include "access/cmptype.h"#include "access/stratnum.h"#include "utils/builtins.h"
Go to the source code of this file.
| Datum gbt_decompress | ( | PG_FUNCTION_ARGS | ) |
Definition at line 56 of file btree_gist.c.
References PG_GETARG_POINTER, and PG_RETURN_POINTER.
| Datum gbtreekey_in | ( | PG_FUNCTION_ARGS | ) |
Definition at line 26 of file btree_gist.c.
References ereport, errcode(), errmsg(), ERROR, fb(), FORMAT_TYPE_ALLOW_INVALID, format_type_extended(), PG_GETARG_OID, and PG_RETURN_VOID.
| Datum gbtreekey_out | ( | PG_FUNCTION_ARGS | ) |
Definition at line 40 of file btree_gist.c.
References ereport, errcode(), errmsg(), ERROR, fb(), and PG_RETURN_VOID.
| Datum gist_translate_cmptype_btree | ( | PG_FUNCTION_ARGS | ) |
Definition at line 65 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_translate_cmptype_btree | ) |
| PG_MODULE_MAGIC_EXT | ( | . | name = "btree_gist", |
| . | version = PG_VERSION |
||
| ) |