PostgreSQL Source Code  git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
BTScanPosItem Struct Reference

#include <nbtree.h>

Data Fields

ItemPointerData heapTid
 
OffsetNumber indexOffset
 
LocationIndex tupleOffset
 

Detailed Description

Definition at line 944 of file nbtree.h.

Field Documentation

◆ heapTid

◆ indexOffset

OffsetNumber BTScanPosItem::indexOffset

Definition at line 947 of file nbtree.h.

Referenced by _bt_killitems(), _bt_saveitem(), _bt_savepostingitem(), and _bt_setuppostingitems().

◆ tupleOffset

LocationIndex BTScanPosItem::tupleOffset

Definition at line 948 of file nbtree.h.

Referenced by _bt_returnitem(), _bt_saveitem(), _bt_savepostingitem(), and _bt_setuppostingitems().


The documentation for this struct was generated from the following file: