PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ApplyExecutionData Struct Reference

Data Fields

EStateestate
 
LogicalRepRelMapEntrytargetRel
 
ResultRelInfotargetRelInfo
 
ModifyTableStatemtstate
 
PartitionTupleRoutingproute
 

Detailed Description

Definition at line 207 of file worker.c.

Field Documentation

◆ estate

◆ mtstate

ModifyTableState* ApplyExecutionData::mtstate

Definition at line 215 of file worker.c.

Referenced by apply_handle_tuple_routing(), and finish_edata().

◆ proute

PartitionTupleRouting* ApplyExecutionData::proute

Definition at line 216 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: