PostgreSQL Source Code git master
|
#include <execnodes.h>
Data Fields | |
ScanState | ss |
int | eflags |
bool | eof_underlying |
Tuplestorestate * | tuplestorestate |
Definition at line 2270 of file execnodes.h.
int MaterialState::eflags |
Definition at line 2273 of file execnodes.h.
Referenced by ExecInitMaterial(), ExecMaterial(), ExecMaterialMarkPos(), ExecMaterialRestrPos(), and ExecReScanMaterial().
bool MaterialState::eof_underlying |
Definition at line 2274 of file execnodes.h.
Referenced by ExecInitMaterial(), ExecMaterial(), and ExecReScanMaterial().
ScanState MaterialState::ss |
Definition at line 2272 of file execnodes.h.
Referenced by ExecInitMaterial(), ExecMaterial(), and ExecReScanMaterial().
Tuplestorestate* MaterialState::tuplestorestate |
Definition at line 2275 of file execnodes.h.
Referenced by ExecEndMaterial(), ExecInitMaterial(), ExecMaterial(), ExecMaterialMarkPos(), ExecMaterialRestrPos(), ExecReScanMaterial(), and show_material_info().