|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Definition at line 1439 of file execnodes.h.
| bool ModifyTableState::canSetTag |
Definition at line 1443 of file execnodes.h.
Referenced by ExecInitModifyTable(), ExecModifyTable(), and ExecPendingInserts().
| bool ModifyTableState::fireBSTriggers |
Definition at line 1457 of file execnodes.h.
Referenced by ExecInitModifyTable(), and ExecModifyTable().
| bool ModifyTableState::mt_done |
Definition at line 1444 of file execnodes.h.
Referenced by ExecInitModifyTable(), and ExecModifyTable().
| EPQState ModifyTableState::mt_epqstate |
Definition at line 1456 of file execnodes.h.
Referenced by ExecEndModifyTable(), ExecInitModifyTable(), ExecMergeMatched(), and ExecModifyTable().
| int ModifyTableState::mt_lastResultIndex |
Definition at line 1467 of file execnodes.h.
Referenced by ExecInitModifyTable(), ExecInitUpdateProjection(), ExecLookupResultRelByOid(), and ExecModifyTable().
| Oid ModifyTableState::mt_lastResultOid |
Definition at line 1466 of file execnodes.h.
Referenced by ExecInitModifyTable(), ExecLookupResultRelByOid(), and ExecModifyTable().
| MergeActionState* ModifyTableState::mt_merge_action |
Definition at line 1489 of file execnodes.h.
Referenced by ExecEvalMergeSupportFunc(), ExecInsert(), ExecMergeMatched(), and ExecMergeNotMatched().
| double ModifyTableState::mt_merge_deleted |
Definition at line 1501 of file execnodes.h.
Referenced by ExecInitModifyTable(), ExecMergeMatched(), and show_modifytable_info().
| double ModifyTableState::mt_merge_inserted |
Definition at line 1499 of file execnodes.h.
Referenced by ExecInitModifyTable(), ExecMergeNotMatched(), and show_modifytable_info().
| TupleTableSlot* ModifyTableState::mt_merge_pending_not_matched |
Definition at line 1496 of file execnodes.h.
Referenced by ExecInitModifyTable(), ExecMerge(), and ExecModifyTable().
| int ModifyTableState::mt_merge_subcommands |
Definition at line 1486 of file execnodes.h.
Referenced by ExecInitMerge(), fireASTriggers(), and fireBSTriggers().
| double ModifyTableState::mt_merge_updated |
Definition at line 1500 of file execnodes.h.
Referenced by ExecInitModifyTable(), ExecMergeMatched(), and show_modifytable_info().
| List* ModifyTableState::mt_mergeActionLists |
Definition at line 1509 of file execnodes.h.
Referenced by ExecInitMerge(), and ExecInitModifyTable().
| List* ModifyTableState::mt_mergeJoinConditions |
Definition at line 1510 of file execnodes.h.
Referenced by ExecInitMerge(), and ExecInitModifyTable().
| int ModifyTableState::mt_nrels |
Definition at line 1445 of file execnodes.h.
Referenced by CopyFrom(), ExecEndModifyTable(), ExecInitModifyTable(), ExecLookupResultRelByOid(), and show_modifytable_info().
| struct TransitionCaptureState* ModifyTableState::mt_oc_transition_capture |
Definition at line 1483 of file execnodes.h.
Referenced by ExecSetupTransitionCaptureState(), ExecUpdateEpilogue(), and fireASTriggers().
| struct PartitionTupleRouting* ModifyTableState::mt_partition_tuple_routing |
Definition at line 1477 of file execnodes.h.
Referenced by ExecCrossPartitionUpdate(), ExecEndModifyTable(), ExecInitMerge(), ExecInitModifyTable(), and ExecInsert().
| int ModifyTableState::mt_resultOidAttno |
Definition at line 1465 of file execnodes.h.
Referenced by ExecInitModifyTable(), and ExecModifyTable().
| HTAB* ModifyTableState::mt_resultOidHash |
Definition at line 1468 of file execnodes.h.
Referenced by ExecInitModifyTable(), and ExecLookupResultRelByOid().
| TupleTableSlot* ModifyTableState::mt_root_tuple_slot |
Definition at line 1474 of file execnodes.h.
Referenced by ExecCrossPartitionUpdate(), ExecEndModifyTable(), ExecInitMerge(), and ExecInitModifyTable().
| struct TransitionCaptureState* ModifyTableState::mt_transition_capture |
Definition at line 1480 of file execnodes.h.
Referenced by CopyFrom(), ExecBatchInsert(), ExecCrossPartitionUpdate(), ExecDeleteEpilogue(), ExecForPortionOfLeftovers(), ExecInsert(), ExecPrepareTupleRouting(), ExecSetupTransitionCaptureState(), ExecUpdateEpilogue(), and fireASTriggers().
| List* ModifyTableState::mt_updateColnosLists |
Definition at line 1508 of file execnodes.h.
Referenced by ExecInitModifyTable(), and ExecInitUpdateProjection().
| CmdType ModifyTableState::operation |
Definition at line 1442 of file execnodes.h.
Referenced by apply_handle_tuple_routing(), CopyFrom(), ExecCrossPartitionUpdate(), ExecDeleteEpilogue(), ExecDeletePrologue(), ExecForPortionOfLeftovers(), ExecInitModifyTable(), ExecInsert(), ExecModifyTable(), ExecSetupTransitionCaptureState(), ExecUpdateAct(), ExecUpdateEpilogue(), ExecUpdatePrologue(), fireASTriggers(), fireBSTriggers(), and postgresBeginForeignModify().
| PlanState ModifyTableState::ps |
Definition at line 1441 of file execnodes.h.
Referenced by apply_handle_tuple_routing(), CopyFrom(), ExecCleanupTupleRouting(), ExecCrossPartitionUpdate(), ExecDeleteEpilogue(), ExecEndModifyTable(), ExecFindPartition(), ExecForPortionOfLeftovers(), ExecInitInsertProjection(), ExecInitMerge(), ExecInitMergeTupleSlots(), ExecInitModifyTable(), ExecInitPartitionInfo(), ExecInitUpdateProjection(), ExecInsert(), ExecMergeMatched(), ExecMergeNotMatched(), ExecModifyTable(), ExecOnConflictSelect(), ExecOnConflictUpdate(), ExecSetupTransitionCaptureState(), ExecUpdateEpilogue(), fireASTriggers(), fireBSTriggers(), postgresBeginForeignInsert(), postgresBeginForeignModify(), and show_modifytable_info().
| ResultRelInfo* ModifyTableState::resultRelInfo |
Definition at line 1446 of file execnodes.h.
Referenced by apply_handle_tuple_routing(), CopyFrom(), ExecEndModifyTable(), ExecInitMerge(), ExecInitModifyTable(), ExecInitPartitionInfo(), ExecInitUpdateProjection(), ExecLookupResultRelByOid(), ExecModifyTable(), postgresBeginForeignInsert(), and show_modifytable_info().
| ResultRelInfo* ModifyTableState::rootResultRelInfo |
Definition at line 1454 of file execnodes.h.
Referenced by CopyFrom(), ExecCrossPartitionUpdate(), ExecDelete(), ExecFindPartition(), ExecForPortionOfLeftovers(), ExecInitMerge(), ExecInitModifyTable(), ExecMergeNotMatched(), ExecSetupTransitionCaptureState(), fireASTriggers(), and fireBSTriggers().