Thanks to visit codestin.com
Credit goes to doxygen.postgresql.org

PostgreSQL Source Code git master
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: