PostgreSQL Source Code git master
|
#include <execnodes.h>
Data Fields | |
ExecRowMark * | rowmark |
AttrNumber | ctidAttNo |
AttrNumber | toidAttNo |
AttrNumber | wholeAttNo |
Definition at line 809 of file execnodes.h.
AttrNumber ExecAuxRowMark::ctidAttNo |
Definition at line 812 of file execnodes.h.
Referenced by EvalPlanQualFetchRowMark(), ExecBuildAuxRowMark(), and ExecLockRows().
ExecRowMark* ExecAuxRowMark::rowmark |
Definition at line 811 of file execnodes.h.
Referenced by EvalPlanQualFetchRowMark(), EvalPlanQualStart(), ExecBuildAuxRowMark(), and ExecLockRows().
AttrNumber ExecAuxRowMark::toidAttNo |
Definition at line 813 of file execnodes.h.
Referenced by EvalPlanQualFetchRowMark(), ExecBuildAuxRowMark(), and ExecLockRows().
AttrNumber ExecAuxRowMark::wholeAttNo |
Definition at line 814 of file execnodes.h.
Referenced by EvalPlanQualFetchRowMark(), and ExecBuildAuxRowMark().