PostgreSQL Source Code
git master
|
#include <nbtree.h>
Data Fields | |
bool | heapkeyspace |
bool | anynullkeys |
bool | nextkey |
bool | pivotsearch |
ItemPointer | scantid |
int | keysz |
ScanKeyData | scankeys [INDEX_MAX_KEYS] |
bool BTScanInsertData::anynullkeys |
Definition at line 473 of file nbtree.h.
Referenced by _bt_check_unique(), _bt_doinsert(), and _bt_mkscankey().
bool BTScanInsertData::heapkeyspace |
Definition at line 472 of file nbtree.h.
Referenced by _bt_compare(), _bt_doinsert(), _bt_findinsertloc(), _bt_keep_natts(), _bt_mkscankey(), _bt_split(), _bt_truncate(), bt_rootdescend(), bt_target_page_check(), invariant_g_offset(), invariant_l_nontarget_offset(), and invariant_l_offset().
int BTScanInsertData::keysz |
Definition at line 477 of file nbtree.h.
Referenced by _bt_compare(), _bt_mkscankey(), invariant_l_nontarget_offset(), and invariant_l_offset().
bool BTScanInsertData::nextkey |
Definition at line 474 of file nbtree.h.
Referenced by _bt_binsrch(), _bt_binsrch_insert(), _bt_mkscankey(), and _bt_moveright().
bool BTScanInsertData::pivotsearch |
Definition at line 475 of file nbtree.h.
Referenced by _bt_compare(), _bt_mkscankey(), _bt_pagedel(), bt_mkscankey_pivotsearch(), invariant_g_offset(), invariant_l_nontarget_offset(), invariant_l_offset(), and invariant_leq_offset().
ScanKeyData BTScanInsertData::scankeys[INDEX_MAX_KEYS] |
Definition at line 478 of file nbtree.h.
Referenced by _bt_compare(), _bt_keep_natts(), _bt_load(), _bt_mkscankey(), tuplesort_begin_cluster(), and tuplesort_begin_index_btree().
ItemPointer BTScanInsertData::scantid |
Definition at line 476 of file nbtree.h.
Referenced by _bt_binsrch(), _bt_check_unique(), _bt_compare(), _bt_doinsert(), _bt_findinsertloc(), _bt_mkscankey(), bt_rootdescend(), invariant_l_nontarget_offset(), and invariant_l_offset().