PostgreSQL Source Code
git master
|
#include <plannodes.h>
Data Fields | |
NodeTag | type |
Index | rti |
Index | prti |
Index | rowmarkId |
RowMarkType | markType |
int | allMarkTypes |
LockClauseStrength | strength |
LockWaitPolicy | waitPolicy |
bool | isParent |
Definition at line 1155 of file plannodes.h.
int PlanRowMark::allMarkTypes |
Definition at line 1162 of file plannodes.h.
Referenced by expand_inherited_rtentry(), expand_single_inheritance_child(), preprocess_rowmarks(), and preprocess_targetlist().
bool PlanRowMark::isParent |
Definition at line 1165 of file plannodes.h.
Referenced by ExecInitLockRows(), ExecInitModifyTable(), expand_inherited_rtentry(), expand_single_inheritance_child(), InitPlan(), preprocess_rowmarks(), and preprocess_targetlist().
RowMarkType PlanRowMark::markType |
Definition at line 1161 of file plannodes.h.
Referenced by expand_single_inheritance_child(), InitPlan(), and preprocess_rowmarks().
Index PlanRowMark::prti |
Definition at line 1159 of file plannodes.h.
Referenced by ChangeVarNodes_walker(), expand_single_inheritance_child(), InitPlan(), preprocess_rowmarks(), preprocess_targetlist(), set_plan_references(), and set_plan_refs().
Index PlanRowMark::rowmarkId |
Definition at line 1160 of file plannodes.h.
Referenced by expand_inherited_rtentry(), expand_single_inheritance_child(), InitPlan(), preprocess_rowmarks(), and preprocess_targetlist().
Index PlanRowMark::rti |
Definition at line 1158 of file plannodes.h.
Referenced by ChangeVarNodes_walker(), ExecInitLockRows(), ExecInitModifyTable(), expand_inherited_rtentry(), expand_single_inheritance_child(), get_plan_rowmark(), InitPlan(), preprocess_rowmarks(), preprocess_targetlist(), remove_useless_result_rtes(), set_plan_references(), and set_plan_refs().
LockClauseStrength PlanRowMark::strength |
Definition at line 1163 of file plannodes.h.
Referenced by deparseLockingClause(), expand_single_inheritance_child(), InitPlan(), and preprocess_rowmarks().
NodeTag PlanRowMark::type |
Definition at line 1157 of file plannodes.h.
LockWaitPolicy PlanRowMark::waitPolicy |
Definition at line 1164 of file plannodes.h.
Referenced by expand_single_inheritance_child(), InitPlan(), and preprocess_rowmarks().