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

Data Fields

EStateestate
 
LogicalRepRelMapEntrytargetRel
 
ResultRelInfotargetRelInfo
 
ModifyTableStatemtstate
 
PartitionTupleRoutingproute
 

Detailed Description

Definition at line 310 of file worker.c.

Field Documentation

◆ estate

EState* ApplyExecutionData::estate

Definition at line 312 of file worker.c.

◆ mtstate

ModifyTableState* ApplyExecutionData::mtstate

Definition at line 318 of file worker.c.

◆ proute

PartitionTupleRouting* ApplyExecutionData::proute

Definition at line 319 of file worker.c.

◆ targetRel

LogicalRepRelMapEntry* ApplyExecutionData::targetRel

Definition at line 314 of file worker.c.

◆ targetRelInfo

ResultRelInfo* ApplyExecutionData::targetRelInfo

Definition at line 315 of file worker.c.


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