PostgreSQL Source Code
git master
|
#include <execnodes.h>
Data Fields | |
ExecRowMark * | rowmark |
AttrNumber | ctidAttNo |
AttrNumber | toidAttNo |
AttrNumber | wholeAttNo |
Definition at line 784 of file execnodes.h.
AttrNumber ExecAuxRowMark::ctidAttNo |
Definition at line 787 of file execnodes.h.
Referenced by EvalPlanQualFetchRowMark(), ExecBuildAuxRowMark(), and ExecLockRows().
ExecRowMark* ExecAuxRowMark::rowmark |
Definition at line 786 of file execnodes.h.
Referenced by EvalPlanQualFetchRowMark(), EvalPlanQualStart(), ExecBuildAuxRowMark(), and ExecLockRows().
AttrNumber ExecAuxRowMark::toidAttNo |
Definition at line 788 of file execnodes.h.
Referenced by EvalPlanQualFetchRowMark(), ExecBuildAuxRowMark(), and ExecLockRows().
AttrNumber ExecAuxRowMark::wholeAttNo |
Definition at line 789 of file execnodes.h.
Referenced by EvalPlanQualFetchRowMark(), and ExecBuildAuxRowMark().