PostgreSQL Source Code
git master
|
#include <nbtree.h>
bool BTReadPageState::continuescan |
Definition at line 1091 of file nbtree.h.
Referenced by _bt_advance_array_keys(), and _bt_checkkeys().
IndexTuple BTReadPageState::finaltup |
Definition at line 1083 of file nbtree.h.
Referenced by _bt_advance_array_keys(), and _bt_checkkeys().
bool BTReadPageState::firstmatch |
Definition at line 1098 of file nbtree.h.
Referenced by _bt_advance_array_keys(), and _bt_checkkeys().
OffsetNumber BTReadPageState::maxoff |
Definition at line 1082 of file nbtree.h.
Referenced by _bt_advance_array_keys(), and _bt_checkkeys_look_ahead().
OffsetNumber BTReadPageState::minoff |
Definition at line 1081 of file nbtree.h.
Referenced by _bt_checkkeys_look_ahead().
OffsetNumber BTReadPageState::offnum |
Definition at line 1087 of file nbtree.h.
Referenced by _bt_checkkeys_look_ahead().
Page BTReadPageState::page |
Definition at line 1084 of file nbtree.h.
Referenced by _bt_checkkeys_look_ahead().
bool BTReadPageState::prechecked |
Definition at line 1097 of file nbtree.h.
Referenced by _bt_advance_array_keys(), and _bt_checkkeys().
int16 BTReadPageState::rechecks |
Definition at line 1104 of file nbtree.h.
Referenced by _bt_advance_array_keys(), _bt_checkkeys(), and _bt_checkkeys_look_ahead().
OffsetNumber BTReadPageState::skip |
Definition at line 1090 of file nbtree.h.
Referenced by _bt_advance_array_keys(), and _bt_checkkeys_look_ahead().
int16 BTReadPageState::targetdistance |
Definition at line 1105 of file nbtree.h.
Referenced by _bt_advance_array_keys(), and _bt_checkkeys_look_ahead().