|
PostgreSQL Source Code git master
|
#include "nodes/execnodes.h"

Go to the source code of this file.
Functions | |
| ResultState * | ExecInitResult (Result *node, EState *estate, int eflags) |
| void | ExecEndResult (ResultState *node) |
| void | ExecResultMarkPos (ResultState *node) |
| void | ExecResultRestrPos (ResultState *node) |
| void | ExecReScanResult (ResultState *node) |
|
extern |
Definition at line 240 of file nodeResult.c.
References ExecEndNode(), and outerPlanState.
Referenced by ExecEndNode().
|
extern |
Definition at line 180 of file nodeResult.c.
References Assert, EXEC_FLAG_BACKWARD, EXEC_FLAG_MARK, ExecAssignExprContext(), ExecAssignProjectionInfo(), ExecInitNode(), ExecInitQual(), ExecInitResultTupleSlotTL(), ExecResult(), fb(), innerPlan, makeNode, outerPlan, outerPlanState, Result::plan, Plan::qual, Result::resconstantqual, and TTSOpsVirtual.
Referenced by ExecInitNode().
|
extern |
Definition at line 249 of file nodeResult.c.
References ExecReScan(), fb(), outerPlan, outerPlanState, ResultState::resconstantqual, ResultState::rs_checkqual, and ResultState::rs_done.
Referenced by ExecReScan().
|
extern |
Definition at line 146 of file nodeResult.c.
References DEBUG2, elog, ExecMarkPos(), fb(), outerPlan, and outerPlanState.
Referenced by ExecMarkPos().
|
extern |
Definition at line 161 of file nodeResult.c.
References elog, ERROR, ExecRestrPos(), fb(), outerPlan, and outerPlanState.
Referenced by ExecRestrPos().