|
PostgreSQL Source Code git master
|
#include <nbtree.h>
Data Fields | |
| OffsetNumber | minoff |
| OffsetNumber | maxoff |
| IndexTuple | finaltup |
| Page | page |
| bool | firstpage |
| bool | forcenonrequired |
| int | startikey |
| OffsetNumber | offnum |
| OffsetNumber | skip |
| bool | continuescan |
| int16 | rechecks |
| int16 | targetdistance |
| int16 | nskipadvances |
| bool BTReadPageState::continuescan |
Definition at line 1118 of file nbtree.h.
Referenced by _bt_advance_array_keys(), and _bt_checkkeys().
| IndexTuple BTReadPageState::finaltup |
Definition at line 1107 of file nbtree.h.
Referenced by _bt_advance_array_keys(), and _bt_set_startikey().
| bool BTReadPageState::firstpage |
Definition at line 1109 of file nbtree.h.
Referenced by _bt_advance_array_keys(), and _bt_set_startikey().
| bool BTReadPageState::forcenonrequired |
Definition at line 1110 of file nbtree.h.
Referenced by _bt_checkkeys(), _bt_checkkeys_look_ahead(), and _bt_set_startikey().
| OffsetNumber BTReadPageState::maxoff |
Definition at line 1106 of file nbtree.h.
Referenced by _bt_advance_array_keys(), _bt_checkkeys_look_ahead(), and _bt_set_startikey().
| OffsetNumber BTReadPageState::minoff |
Definition at line 1105 of file nbtree.h.
Referenced by _bt_checkkeys_look_ahead(), and _bt_set_startikey().
| int16 BTReadPageState::nskipadvances |
Definition at line 1126 of file nbtree.h.
Referenced by _bt_advance_array_keys().
| OffsetNumber BTReadPageState::offnum |
Definition at line 1114 of file nbtree.h.
Referenced by _bt_checkkeys_look_ahead().
| Page BTReadPageState::page |
Definition at line 1108 of file nbtree.h.
Referenced by _bt_checkkeys_look_ahead(), and _bt_set_startikey().
| int16 BTReadPageState::rechecks |
Definition at line 1124 of file nbtree.h.
Referenced by _bt_advance_array_keys(), _bt_checkkeys(), and _bt_checkkeys_look_ahead().
| OffsetNumber BTReadPageState::skip |
Definition at line 1117 of file nbtree.h.
Referenced by _bt_advance_array_keys(), and _bt_checkkeys_look_ahead().
| int BTReadPageState::startikey |
Definition at line 1111 of file nbtree.h.
Referenced by _bt_checkkeys(), and _bt_set_startikey().
| int16 BTReadPageState::targetdistance |
Definition at line 1125 of file nbtree.h.
Referenced by _bt_advance_array_keys(), and _bt_checkkeys_look_ahead().