PostgreSQL Source Code  git master
HashScanPosItem Struct Reference

#include <hash.h>

Data Fields

ItemPointerData heapTid
 
OffsetNumber indexOffset
 

Detailed Description

Definition at line 103 of file hash.h.

Field Documentation

◆ heapTid

ItemPointerData HashScanPosItem::heapTid

Definition at line 105 of file hash.h.

Referenced by _hash_kill_items(), and _hash_saveitem().

◆ indexOffset

OffsetNumber HashScanPosItem::indexOffset

Definition at line 106 of file hash.h.

Referenced by _hash_kill_items(), and _hash_saveitem().


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