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

#include <relscan.h>

Data Fields

Relation heap_rel
 
Relation irel
 
struct TableScanDescDatascan
 
struct IndexScanDescDataiscan
 
struct SnapshotDatasnapshot
 
struct TupleTableSlotslot
 

Detailed Description

Definition at line 208 of file relscan.h.

Field Documentation

◆ heap_rel

Relation SysScanDescData::heap_rel

◆ irel

Relation SysScanDescData::irel

Definition at line 211 of file relscan.h.

Referenced by SearchCatCacheList().

◆ iscan

struct IndexScanDescData* SysScanDescData::iscan

Definition at line 213 of file relscan.h.

◆ scan

struct TableScanDescData* SysScanDescData::scan

Definition at line 212 of file relscan.h.

◆ slot

◆ snapshot

struct SnapshotData* SysScanDescData::snapshot

Definition at line 214 of file relscan.h.


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