PostgreSQL Source Code  git master
ApplyExecutionData Struct Reference

Data Fields

EStateestate
 
LogicalRepRelMapEntrytargetRel
 
ResultRelInfotargetRelInfo
 
ModifyTableStatemtstate
 
PartitionTupleRoutingproute
 

Detailed Description

Definition at line 206 of file worker.c.

Field Documentation

◆ estate

◆ mtstate

ModifyTableState* ApplyExecutionData::mtstate

Definition at line 214 of file worker.c.

Referenced by apply_handle_tuple_routing(), and finish_edata().

◆ proute

PartitionTupleRouting* ApplyExecutionData::proute

Definition at line 215 of file worker.c.

Referenced by apply_handle_tuple_routing(), and finish_edata().

◆ targetRel

◆ targetRelInfo

ResultRelInfo* ApplyExecutionData::targetRelInfo

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