PostgreSQL Source Code
git master
|
#include <nbtree.h>
Data Fields | |
BlockNumber | bts_blkno |
OffsetNumber | bts_offset |
struct BTStackData * | bts_parent |
BlockNumber BTStackData::bts_blkno |
Definition at line 734 of file nbtree.h.
Referenced by _bt_getstackbuf(), _bt_insert_parent(), _bt_lock_subtree_parent(), and _bt_search().
OffsetNumber BTStackData::bts_offset |
Definition at line 735 of file nbtree.h.
Referenced by _bt_getstackbuf(), _bt_insert_parent(), _bt_lock_subtree_parent(), and _bt_search().
struct BTStackData* BTStackData::bts_parent |
Definition at line 736 of file nbtree.h.
Referenced by _bt_freestack(), _bt_getstackbuf(), _bt_insert_parent(), _bt_lock_subtree_parent(), and _bt_search().