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