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

#include <execnodes.h>

Data Fields

Relation relation
 
Oid relid
 
Index rti
 
Index prti
 
Index rowmarkId
 
RowMarkType markType
 
LockClauseStrength strength
 
LockWaitPolicy waitPolicy
 
bool ermActive
 
ItemPointerData curCtid
 
voidermExtra
 

Detailed Description

Definition at line 797 of file execnodes.h.

Field Documentation

◆ curCtid

ItemPointerData ExecRowMark::curCtid

Definition at line 808 of file execnodes.h.

◆ ermActive

bool ExecRowMark::ermActive

Definition at line 807 of file execnodes.h.

◆ ermExtra

void* ExecRowMark::ermExtra

Definition at line 809 of file execnodes.h.

◆ markType

RowMarkType ExecRowMark::markType

Definition at line 804 of file execnodes.h.

◆ prti

Index ExecRowMark::prti

Definition at line 802 of file execnodes.h.

◆ relation

Relation ExecRowMark::relation

Definition at line 799 of file execnodes.h.

◆ relid

Oid ExecRowMark::relid

Definition at line 800 of file execnodes.h.

Referenced by InitPlan().

◆ rowmarkId

Index ExecRowMark::rowmarkId

Definition at line 803 of file execnodes.h.

◆ rti

Index ExecRowMark::rti

Definition at line 801 of file execnodes.h.

◆ strength

LockClauseStrength ExecRowMark::strength

Definition at line 805 of file execnodes.h.

◆ waitPolicy

LockWaitPolicy ExecRowMark::waitPolicy

Definition at line 806 of file execnodes.h.


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