|
PostgreSQL Source Code git master
|
#include "postgres.h"#include "access/nbtree.h"#include "utils/lsyscache.h"#include "utils/skipsupport.h"
Go to the source code of this file.
Functions | |
| SkipSupport | PrepareSkipSupportFromOpclass (Oid opfamily, Oid opcintype, bool reverse) |
| SkipSupport PrepareSkipSupportFromOpclass | ( | Oid | opfamily, |
| Oid | opcintype, | ||
| bool | reverse | ||
| ) |
Definition at line 30 of file skipsupport.c.
References BTSKIPSUPPORT_PROC, SkipSupportData::decrement, get_opfamily_proc(), SkipSupportData::high_elem, SkipSupportData::increment, SkipSupportData::low_elem, OidFunctionCall1, OidIsValid, palloc(), and PointerGetDatum().
Referenced by _bt_preprocess_array_keys().