PostgreSQL Source Code  git master
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

ItemPointerData BTScanPosItem::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_saveitem(), _bt_savepostingitem(), and _bt_setuppostingitems().


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