|
PostgreSQL Source Code git master
|
#include <relscan.h>
Data Fields | |
| Relation | heap_rel |
| Relation | irel |
| struct TableScanDescData * | scan |
| struct IndexScanDescData * | iscan |
| struct SnapshotData * | snapshot |
| struct TupleTableSlot * | slot |
| Relation SysScanDescData::heap_rel |
Definition at line 210 of file relscan.h.
Referenced by systable_inplace_update_begin(), systable_inplace_update_cancel(), and systable_inplace_update_finish().
| Relation SysScanDescData::irel |
Definition at line 211 of file relscan.h.
Referenced by SearchCatCacheList().
| struct IndexScanDescData* SysScanDescData::iscan |
| struct TableScanDescData* SysScanDescData::scan |
| struct TupleTableSlot* SysScanDescData::slot |
Definition at line 215 of file relscan.h.
Referenced by systable_inplace_update_begin(), systable_inplace_update_cancel(), and systable_inplace_update_finish().
| struct SnapshotData* SysScanDescData::snapshot |