PostgreSQL Source Code git master
|
Go to the source code of this file.
Data Structures | |
struct | GinTuple |
Typedefs | |
typedef struct GinTuple | GinTuple |
Functions | |
static ItemPointer | GinTupleGetFirst (GinTuple *tup) |
int | _gin_compare_tuples (GinTuple *a, GinTuple *b, SortSupport ssup) |
int _gin_compare_tuples | ( | GinTuple * | a, |
GinTuple * | b, | ||
SortSupport | ssup | ||
) |
Definition at line 2390 of file gininsert.c.
References _gin_parse_tuple_key(), a, ApplySortComparator(), b, GIN_CAT_NORM_KEY, GinTupleGetFirst(), and ItemPointerCompare().
Referenced by comparetup_index_gin().
|
inlinestatic |
Definition at line 33 of file gin_tuple.h.
References GinTuple::data, GinTuple::keylen, sort-test::list, and SHORTALIGN.
Referenced by _gin_compare_tuples(), and GinBufferStoreTuple().