uint16 StrategyNumber
Definition: stratnum.h:22
bool span_index_recheck(StrategyNumber strategy)
Return true if a recheck is necessary depending on the strategy.
Definition: span_index.c:141
bool span_index_leaf_consistent(const Span *key, const Span *query, StrategyNumber strategy)
Leaf consistency for span types.
Definition: span_index.c:62
bool span_gist_inner_consistent(const Span *key, const Span *query, StrategyNumber strategy)
GiST internal-page consistency for span types.
Definition: span_index.c:104
int common_entry_cmp(const void *i1, const void *i2)
Basic routines for indexing spans.
Definition: span_gist.c:419