#include "postgres.h"
#include "btree_gist.h"
#include "btree_utils_num.h"
#include "utils/rel.h"
#include "utils/sortsupport.h"
Go to the source code of this file.
Definition at line 90 of file btree_bool.c.
References gbt_num_compress(), PG_GETARG_POINTER, PG_RETURN_POINTER, and tinfo.
Definition at line 106 of file btree_bool.c.
References DatumGetPointer(), gbt_num_consistent(), GIST_LEAF, GISTENTRY::key, sort-test::key, boolkey::lower, PG_GETARG_INT16, PG_GETARG_POINTER, PG_GETARG_UINT16, PG_RETURN_BOOL, tinfo, and boolkey::upper.
Definition at line 98 of file btree_bool.c.
References gbt_num_fetch(), PG_GETARG_POINTER, PG_RETURN_POINTER, and tinfo.
Definition at line 138 of file btree_bool.c.
References DatumGetPointer(), sort-test::key, boolkey::lower, penalty_num, PG_GETARG_POINTER, PG_RETURN_POINTER, and boolkey::upper.
Definition at line 150 of file btree_bool.c.
References gbt_num_picksplit(), PG_GETARG_POINTER, PG_RETURN_POINTER, and tinfo.
Definition at line 158 of file btree_bool.c.
References gbt_num_same(), PG_GETARG_POINTER, PG_RETURN_POINTER, and tinfo.
Definition at line 179 of file btree_bool.c.
References SortSupportData::comparator, gbt_bool_ssup_cmp(), PG_GETARG_POINTER, PG_RETURN_VOID, and SortSupportData::ssup_extra.
Definition at line 169 of file btree_bool.c.
References DatumGetPointer(), boolkey::lower, x, and y.
Referenced by gbt_bool_sortsupport().
Definition at line 128 of file btree_bool.c.
References gbt_num_union(), palloc(), PG_GETARG_POINTER, PG_RETURN_POINTER, and tinfo.
Definition at line 54 of file btree_bool.c.
References a, b, boolkey::lower, and boolkey::upper.
Definition at line 71 of file btree_bool.c.
Referenced by gbt_bool_compress(), gbt_bool_consistent(), gbt_bool_fetch(), gbt_bool_picksplit(), gbt_bool_same(), and gbt_bool_union().