|
PostgreSQL Source Code git master
|
Data Fields | |
| EState * | estate |
| LogicalRepRelMapEntry * | targetRel |
| ResultRelInfo * | targetRelInfo |
| ModifyTableState * | mtstate |
| PartitionTupleRouting * | proute |
| EState* ApplyExecutionData::estate |
Definition at line 312 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 318 of file worker.c.
Referenced by apply_handle_tuple_routing(), and finish_edata().
| PartitionTupleRouting* ApplyExecutionData::proute |
Definition at line 319 of file worker.c.
Referenced by apply_handle_tuple_routing(), and finish_edata().
| LogicalRepRelMapEntry* ApplyExecutionData::targetRel |
Definition at line 314 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 315 of file worker.c.
Referenced by apply_handle_delete(), apply_handle_insert(), apply_handle_tuple_routing(), apply_handle_update(), and create_edata_for_relation().