PostgreSQL Source Code git master
Loading...
Searching...
No Matches
ExecAuxRowMark Struct Reference

#include <execnodes.h>

Data Fields

ExecRowMarkrowmark
 
AttrNumber ctidAttNo
 
AttrNumber toidAttNo
 
AttrNumber wholeAttNo
 

Detailed Description

Definition at line 821 of file execnodes.h.

Field Documentation

◆ ctidAttNo

AttrNumber ExecAuxRowMark::ctidAttNo

Definition at line 824 of file execnodes.h.

◆ rowmark

ExecRowMark* ExecAuxRowMark::rowmark

Definition at line 823 of file execnodes.h.

◆ toidAttNo

AttrNumber ExecAuxRowMark::toidAttNo

Definition at line 825 of file execnodes.h.

◆ wholeAttNo

AttrNumber ExecAuxRowMark::wholeAttNo

Definition at line 826 of file execnodes.h.


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