PostgreSQL Source Code  git master
PlanRowMark Struct Reference

#include <plannodes.h>

Public Member Functions

 pg_node_attr (no_equal, no_query_jumble) NodeTag type
 

Data Fields

Index rti
 
Index prti
 
Index rowmarkId
 
RowMarkType markType
 
int allMarkTypes
 
LockClauseStrength strength
 
LockWaitPolicy waitPolicy
 
bool isParent
 

Detailed Description

Definition at line 1377 of file plannodes.h.

Member Function Documentation

◆ pg_node_attr()

PlanRowMark::pg_node_attr ( no_equal  ,
no_query_jumble   
)

Field Documentation

◆ allMarkTypes

int PlanRowMark::allMarkTypes

◆ isParent

◆ markType

◆ prti

◆ rowmarkId

◆ rti

◆ strength

LockClauseStrength PlanRowMark::strength

◆ waitPolicy

LockWaitPolicy PlanRowMark::waitPolicy

Definition at line 1388 of file plannodes.h.

Referenced by expand_single_inheritance_child(), InitPlan(), and preprocess_rowmarks().


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