PostgreSQL Source Code
git master
|
Data Fields | |
EState * | estate |
LogicalRepRelMapEntry * | targetRel |
ResultRelInfo * | targetRelInfo |
ModifyTableState * | mtstate |
PartitionTupleRouting * | proute |
EState* ApplyExecutionData::estate |
Definition at line 209 of file worker.c.
Referenced by apply_handle_delete(), apply_handle_delete_internal(), apply_handle_insert(), apply_handle_insert_internal(), apply_handle_tuple_routing(), apply_handle_update(), apply_handle_update_internal(), create_edata_for_relation(), FindReplTupleInLocalRel(), and finish_edata().
ModifyTableState* ApplyExecutionData::mtstate |
Definition at line 215 of file worker.c.
Referenced by apply_handle_tuple_routing(), and finish_edata().
PartitionTupleRouting* ApplyExecutionData::proute |
Definition at line 216 of file worker.c.
Referenced by apply_handle_tuple_routing(), and finish_edata().
LogicalRepRelMapEntry* ApplyExecutionData::targetRel |
Definition at line 211 of file worker.c.
Referenced by apply_handle_delete_internal(), apply_handle_tuple_routing(), apply_handle_update_internal(), create_edata_for_relation(), and FindReplTupleInLocalRel().
ResultRelInfo* ApplyExecutionData::targetRelInfo |
Definition at line 212 of file worker.c.
Referenced by apply_handle_delete(), apply_handle_insert(), apply_handle_tuple_routing(), apply_handle_update(), and create_edata_for_relation().