PostgreSQL Source Code
git master
|
#include <execnodes.h>
Data Fields | |
PlanState | ps |
ExprState * | resconstantqual |
bool | rs_done |
bool | rs_checkqual |
Definition at line 1188 of file execnodes.h.
PlanState ResultState::ps |
Definition at line 1190 of file execnodes.h.
Referenced by ExecEndResult(), ExecInitResult(), ExecReScanResult(), and ExecResult().
ExprState* ResultState::resconstantqual |
Definition at line 1191 of file execnodes.h.
Referenced by ExecInitResult(), ExecReScanResult(), and ExecResult().
bool ResultState::rs_checkqual |
Definition at line 1193 of file execnodes.h.
Referenced by ExecInitResult(), ExecReScanResult(), and ExecResult().
bool ResultState::rs_done |
Definition at line 1192 of file execnodes.h.
Referenced by ExecInitResult(), ExecReScanResult(), and ExecResult().