PostgreSQL Source Code
git master
|
#include <execnodes.h>
Data Fields | |
Relation | relation |
Oid | relid |
Index | rti |
Index | prti |
Index | rowmarkId |
RowMarkType | markType |
LockClauseStrength | strength |
LockWaitPolicy | waitPolicy |
bool | ermActive |
ItemPointerData | curCtid |
void * | ermExtra |
Definition at line 760 of file execnodes.h.
ItemPointerData ExecRowMark::curCtid |
Definition at line 771 of file execnodes.h.
Referenced by execCurrentOf(), ExecLockRows(), and InitPlan().
bool ExecRowMark::ermActive |
Definition at line 770 of file execnodes.h.
Referenced by ExecLockRows(), and InitPlan().
void* ExecRowMark::ermExtra |
Definition at line 772 of file execnodes.h.
Referenced by InitPlan().
RowMarkType ExecRowMark::markType |
Definition at line 767 of file execnodes.h.
Referenced by EvalPlanQualFetchRowMark(), ExecBuildAuxRowMark(), execCurrentOf(), ExecInitLockRows(), ExecLockRows(), and InitPlan().
Index ExecRowMark::prti |
Definition at line 765 of file execnodes.h.
Referenced by EvalPlanQualFetchRowMark(), ExecBuildAuxRowMark(), ExecLockRows(), and InitPlan().
Relation ExecRowMark::relation |
Definition at line 762 of file execnodes.h.
Referenced by EvalPlanQualFetchRowMark(), ExecLockRows(), and InitPlan().
Oid ExecRowMark::relid |
Definition at line 763 of file execnodes.h.
Referenced by EvalPlanQualFetchRowMark(), execCurrentOf(), ExecLockRows(), and InitPlan().
Index ExecRowMark::rowmarkId |
Definition at line 766 of file execnodes.h.
Referenced by ExecBuildAuxRowMark(), and InitPlan().
Index ExecRowMark::rti |
Definition at line 764 of file execnodes.h.
Referenced by EvalPlanQualFetchRowMark(), EvalPlanQualStart(), ExecBuildAuxRowMark(), ExecLockRows(), and InitPlan().
LockClauseStrength ExecRowMark::strength |
Definition at line 768 of file execnodes.h.
Referenced by InitPlan().
LockWaitPolicy ExecRowMark::waitPolicy |
Definition at line 769 of file execnodes.h.
Referenced by ExecLockRows(), and InitPlan().