PostgreSQL Source Code  git master
ExecAuxRowMark Struct Reference

#include <execnodes.h>

Data Fields

ExecRowMarkrowmark
 
AttrNumber ctidAttNo
 
AttrNumber toidAttNo
 
AttrNumber wholeAttNo
 

Detailed Description

Definition at line 771 of file execnodes.h.

Field Documentation

◆ ctidAttNo

AttrNumber ExecAuxRowMark::ctidAttNo

Definition at line 774 of file execnodes.h.

Referenced by EvalPlanQualFetchRowMark(), ExecBuildAuxRowMark(), and ExecLockRows().

◆ rowmark

ExecRowMark* ExecAuxRowMark::rowmark

◆ toidAttNo

AttrNumber ExecAuxRowMark::toidAttNo

Definition at line 775 of file execnodes.h.

Referenced by EvalPlanQualFetchRowMark(), ExecBuildAuxRowMark(), and ExecLockRows().

◆ wholeAttNo

AttrNumber ExecAuxRowMark::wholeAttNo

Definition at line 776 of file execnodes.h.

Referenced by EvalPlanQualFetchRowMark(), and ExecBuildAuxRowMark().


The documentation for this struct was generated from the following file: