PostgreSQL Source Code git master
Loading...
Searching...
No Matches
BTScanPosItem Struct Reference

#include <nbtree.h>

Data Fields

ItemPointerData heapTid
 
OffsetNumber indexOffset
 
LocationIndex tupleOffset
 

Detailed Description

Definition at line 955 of file nbtree.h.

Field Documentation

◆ heapTid

ItemPointerData BTScanPosItem::heapTid

Definition at line 957 of file nbtree.h.

Referenced by _bt_savepostingitem().

◆ indexOffset

OffsetNumber BTScanPosItem::indexOffset

Definition at line 958 of file nbtree.h.

Referenced by _bt_killitems().

◆ tupleOffset

LocationIndex BTScanPosItem::tupleOffset

Definition at line 959 of file nbtree.h.


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