PostgreSQL Source Code git master
|
#include <execnodes.h>
Data Fields | |
ExecRowMark * | rowmark |
AttrNumber | ctidAttNo |
AttrNumber | toidAttNo |
AttrNumber | wholeAttNo |
Definition at line 815 of file execnodes.h.
AttrNumber ExecAuxRowMark::ctidAttNo |
Definition at line 818 of file execnodes.h.
Referenced by EvalPlanQualFetchRowMark(), ExecBuildAuxRowMark(), and ExecLockRows().
ExecRowMark* ExecAuxRowMark::rowmark |
Definition at line 817 of file execnodes.h.
Referenced by EvalPlanQualFetchRowMark(), EvalPlanQualStart(), ExecBuildAuxRowMark(), and ExecLockRows().
AttrNumber ExecAuxRowMark::toidAttNo |
Definition at line 819 of file execnodes.h.
Referenced by EvalPlanQualFetchRowMark(), ExecBuildAuxRowMark(), and ExecLockRows().
AttrNumber ExecAuxRowMark::wholeAttNo |
Definition at line 820 of file execnodes.h.
Referenced by EvalPlanQualFetchRowMark(), and ExecBuildAuxRowMark().