PostgreSQL Source Code  git master
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 181 of file relscan.h.

Field Documentation

◆ heap_rel

Relation SysScanDescData::heap_rel

◆ irel

◆ iscan

◆ scan

struct TableScanDescData* SysScanDescData::scan

◆ slot

◆ snapshot

struct SnapshotData* SysScanDescData::snapshot

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