PostgreSQL Source Code
git master
|
#include <execnodes.h>
Definition at line 451 of file execnodes.h.
List* ResultRelInfo::ri_ancestorResultRels |
Definition at line 597 of file execnodes.h.
Referenced by ExecCloseResultRelations(), and ExecGetAncestorResultRels().
int ResultRelInfo::ri_BatchSize |
Definition at line 517 of file execnodes.h.
Referenced by CopyFrom(), CopyMultiInsertBufferFlush(), ExecInitModifyTable(), ExecInitRoutingInfo(), ExecInsert(), postgresExplainForeignModify(), and postgresGetForeignModifyBatchSize().
TupleConversionMap* ResultRelInfo::ri_ChildToRootMap |
Definition at line 567 of file execnodes.h.
Referenced by ExecGetChildToRootMap(), and InitResultRelInfo().
bool ResultRelInfo::ri_ChildToRootMapValid |
Definition at line 568 of file execnodes.h.
Referenced by ExecGetChildToRootMap(), and InitResultRelInfo().
ExprState** ResultRelInfo::ri_ConstraintExprs |
Definition at line 528 of file execnodes.h.
Referenced by ExecRelCheck(), and InitResultRelInfo().
struct CopyMultiInsertBuffer* ResultRelInfo::ri_CopyMultiInsertBuffer |
Definition at line 591 of file execnodes.h.
Referenced by CopyFrom(), CopyMultiInsertBufferCleanup(), CopyMultiInsertInfoNextFreeSlot(), CopyMultiInsertInfoSetupBuffer(), CopyMultiInsertInfoStore(), ExecInitRoutingInfo(), and InitResultRelInfo().
Bitmapset* ResultRelInfo::ri_extraUpdatedCols |
Definition at line 477 of file execnodes.h.
Referenced by ExecGetExtraUpdatedCols(), ExecInitStoredGenerated(), and InitResultRelInfo().
struct FdwRoutine* ResultRelInfo::ri_FdwRoutine |
Definition at line 506 of file execnodes.h.
Referenced by CheckValidResultRel(), CopyFrom(), CopyMultiInsertBufferCleanup(), CopyMultiInsertBufferFlush(), CopyMultiInsertBufferInit(), ExecBatchInsert(), ExecCleanupTupleRouting(), ExecDelete(), ExecEndModifyTable(), ExecInitModifyTable(), ExecInitRoutingInfo(), ExecInsert(), ExecUpdate(), InitResultRelInfo(), and show_modifytable_info().
void* ResultRelInfo::ri_FdwState |
Definition at line 509 of file execnodes.h.
Referenced by execute_foreign_modify(), InitResultRelInfo(), postgresBeginForeignInsert(), postgresBeginForeignModify(), postgresEndForeignInsert(), postgresEndForeignModify(), postgresExecForeignBatchInsert(), postgresExecForeignInsert(), and postgresGetForeignModifyBatchSize().
ExprState** ResultRelInfo::ri_GeneratedExprsI |
Definition at line 533 of file execnodes.h.
Referenced by ExecComputeStoredGenerated(), ExecInitStoredGenerated(), and InitResultRelInfo().
ExprState** ResultRelInfo::ri_GeneratedExprsU |
Definition at line 534 of file execnodes.h.
Referenced by ExecComputeStoredGenerated(), ExecGetExtraUpdatedCols(), ExecInitStoredGenerated(), and InitResultRelInfo().
RelationPtr ResultRelInfo::ri_IndexRelationDescs |
Definition at line 465 of file execnodes.h.
Referenced by CatalogIndexInsert(), ExecCheckIndexConstraints(), ExecCloseIndices(), ExecInsert(), ExecInsertIndexTuples(), ExecOpenIndices(), ExecUpdatePrologue(), InitConflictIndexes(), and InitResultRelInfo().
IndexInfo** ResultRelInfo::ri_IndexRelationInfo |
Definition at line 468 of file execnodes.h.
Referenced by CatalogIndexInsert(), ExecCheckIndexConstraints(), ExecCloseIndices(), ExecInsertIndexTuples(), ExecOpenIndices(), InitConflictIndexes(), and InitResultRelInfo().
List* ResultRelInfo::ri_MergeActions[NUM_MERGE_MATCH_KINDS] |
Definition at line 553 of file execnodes.h.
Referenced by ExecMergeMatched(), ExecMergeNotMatched(), and InitResultRelInfo().
ExprState* ResultRelInfo::ri_MergeJoinCondition |
Definition at line 556 of file execnodes.h.
Referenced by ExecMergeMatched(), and InitResultRelInfo().
TupleTableSlot* ResultRelInfo::ri_newTupleSlot |
Definition at line 482 of file execnodes.h.
Referenced by ExecGetInsertNewTuple(), ExecInitInsertProjection(), ExecInitMergeTupleSlots(), ExecInitUpdateProjection(), and InitResultRelInfo().
int ResultRelInfo::ri_NumGeneratedNeededI |
Definition at line 537 of file execnodes.h.
Referenced by ExecComputeStoredGenerated(), and ExecInitStoredGenerated().
int ResultRelInfo::ri_NumGeneratedNeededU |
Definition at line 538 of file execnodes.h.
Referenced by ExecComputeStoredGenerated(), and ExecInitStoredGenerated().
int ResultRelInfo::ri_NumIndices |
Definition at line 462 of file execnodes.h.
Referenced by CatalogIndexInsert(), CopyFrom(), CopyMultiInsertBufferFlush(), ExecCheckIndexConstraints(), ExecCloseIndices(), ExecCloseResultRelations(), ExecInsert(), ExecInsertIndexTuples(), ExecOpenIndices(), ExecSimpleRelationInsert(), ExecSimpleRelationUpdate(), ExecUpdateEpilogue(), InitConflictIndexes(), and InitResultRelInfo().
int ResultRelInfo::ri_NumSlots |
Definition at line 515 of file execnodes.h.
Referenced by ExecBatchInsert(), ExecInsert(), and ExecPendingInserts().
int ResultRelInfo::ri_NumSlotsInitialized |
Definition at line 516 of file execnodes.h.
Referenced by ExecEndModifyTable(), and ExecInsert().
TupleTableSlot* ResultRelInfo::ri_oldTupleSlot |
Definition at line 484 of file execnodes.h.
Referenced by ExecCrossPartitionUpdate(), ExecInitMergeTupleSlots(), ExecInitUpdateProjection(), ExecMergeMatched(), ExecModifyTable(), ExecUpdate(), and InitResultRelInfo().
OnConflictSetState* ResultRelInfo::ri_onConflict |
Definition at line 550 of file execnodes.h.
Referenced by ExecInitModifyTable(), ExecInitPartitionInfo(), ExecOnConflictUpdate(), and InitResultRelInfo().
List* ResultRelInfo::ri_onConflictArbiterIndexes |
Definition at line 547 of file execnodes.h.
Referenced by CheckAndReportConflict(), ExecInitModifyTable(), ExecInitPartitionInfo(), ExecInsert(), ExecSimpleRelationInsert(), ExecSimpleRelationUpdate(), InitConflictIndexes(), and InitResultRelInfo().
ExprState* ResultRelInfo::ri_PartitionCheckExpr |
Definition at line 559 of file execnodes.h.
Referenced by ExecPartitionCheck().
TupleTableSlot* ResultRelInfo::ri_PartitionTupleSlot |
Definition at line 588 of file execnodes.h.
Referenced by apply_handle_tuple_routing(), CopyFrom(), ExecFindPartition(), ExecInitRoutingInfo(), ExecPrepareTupleRouting(), and InitResultRelInfo().
TupleTableSlot** ResultRelInfo::ri_PlanSlots |
Definition at line 519 of file execnodes.h.
Referenced by ExecEndModifyTable(), ExecInsert(), and ExecPendingInserts().
ProjectionInfo* ResultRelInfo::ri_projectNew |
Definition at line 480 of file execnodes.h.
Referenced by ExecGetInsertNewTuple(), ExecGetUpdateNewTuple(), ExecInitInsertProjection(), ExecInitUpdateProjection(), and InitResultRelInfo().
bool ResultRelInfo::ri_projectNewInfoValid |
Definition at line 486 of file execnodes.h.
Referenced by ExecCrossPartitionUpdate(), ExecGetUpdateNewTuple(), ExecInitInsertProjection(), ExecInitMergeTupleSlots(), ExecInitUpdateProjection(), ExecModifyTable(), ExecUpdate(), and InitResultRelInfo().
ProjectionInfo* ResultRelInfo::ri_projectReturning |
Definition at line 544 of file execnodes.h.
Referenced by ExecDelete(), ExecInitModifyTable(), ExecInsert(), ExecMergeMatched(), ExecModifyTable(), ExecProcessReturning(), ExecUpdate(), InitResultRelInfo(), and postgresGetForeignModifyBatchSize().
Index ResultRelInfo::ri_RangeTableIndex |
Definition at line 456 of file execnodes.h.
Referenced by CatalogOpenIndexes(), ExecCloseResultRelations(), ExecDelete(), ExecInitPartitionInfo(), ExecMergeMatched(), ExecUpdate(), GetResultRTEPermissionInfo(), GetTupleForTrigger(), InitResultRelInfo(), postgresBeginDirectModify(), postgresBeginForeignInsert(), postgresBeginForeignModify(), and show_modifytable_info().
Relation ResultRelInfo::ri_RelationDesc |
Definition at line 459 of file execnodes.h.
Referenced by AfterTriggerExecute(), afterTriggerInvokeEvents(), AfterTriggerSaveEvent(), apply_handle_delete_internal(), apply_handle_insert_internal(), apply_handle_tuple_routing(), apply_handle_update_internal(), build_tuple_value_details(), CatalogIndexInsert(), CatalogOpenIndexes(), CheckValidResultRel(), CopyFrom(), CopyMultiInsertBufferCleanup(), CopyMultiInsertBufferFlush(), CopyMultiInsertInfoInit(), CopyMultiInsertInfoNextFreeSlot(), create_foreign_modify(), ExecBatchInsert(), ExecBRDeleteTriggers(), ExecBRInsertTriggers(), ExecBRUpdateTriggers(), ExecBSDeleteTriggers(), ExecBSInsertTriggers(), ExecBSTruncateTriggers(), ExecBSUpdateTriggers(), ExecCheckIndexConstraints(), ExecCheckTIDVisible(), ExecCleanupTupleRouting(), ExecCloseResultRelations(), ExecComputeStoredGenerated(), ExecConstraints(), ExecCrossPartitionUpdate(), ExecCrossPartitionUpdateForeignKey(), ExecDelete(), ExecDeleteAct(), ExecFindPartition(), ExecGetAncestorResultRels(), ExecGetChildToRootMap(), ExecGetResultRelCheckAsUser(), ExecGetReturningSlot(), ExecGetRootToChildMap(), ExecGetTriggerNewSlot(), ExecGetTriggerOldSlot(), ExecGetTriggerResultRel(), ExecInitInsertProjection(), ExecInitMergeTupleSlots(), ExecInitModifyTable(), ExecInitPartitionInfo(), ExecInitRoutingInfo(), ExecInitStoredGenerated(), ExecInitUpdateProjection(), ExecInsert(), ExecInsertIndexTuples(), ExecIRDeleteTriggers(), ExecIRInsertTriggers(), ExecIRUpdateTriggers(), ExecLookupResultRelByOid(), ExecMergeMatched(), ExecModifyTable(), ExecOnConflictUpdate(), ExecOpenIndices(), ExecPartitionCheck(), ExecPartitionCheckEmitError(), ExecProcessReturning(), ExecRelCheck(), ExecSimpleRelationDelete(), ExecSimpleRelationInsert(), ExecSimpleRelationUpdate(), ExecUpdate(), ExecUpdateAct(), ExecUpdateLockMode(), ExecUpdatePrepareSlot(), ExecUpdatePrologue(), ExecuteTruncateGuts(), ExecWithCheckOptions(), FindConflictTuple(), GetTupleForTrigger(), InitResultRelInfo(), postgresBeginForeignInsert(), postgresGetForeignModifyBatchSize(), report_triggers(), and ReportApplyConflict().
List* ResultRelInfo::ri_returningList |
Definition at line 541 of file execnodes.h.
Referenced by ExecInitModifyTable(), and postgresBeginForeignInsert().
TupleTableSlot* ResultRelInfo::ri_ReturningSlot |
Definition at line 501 of file execnodes.h.
Referenced by ExecGetReturningSlot(), and InitResultRelInfo().
struct ResultRelInfo* ResultRelInfo::ri_RootResultRelInfo |
Definition at line 587 of file execnodes.h.
Referenced by ExecASUpdateTriggers(), ExecBSUpdateTriggers(), ExecConstraints(), ExecCrossPartitionUpdateForeignKey(), ExecGetAncestorResultRels(), ExecGetChildToRootMap(), ExecGetInsertedCols(), ExecGetRootToChildMap(), ExecGetUpdatedCols(), ExecInitModifyTable(), ExecInsert(), ExecPartitionCheckEmitError(), ExecWithCheckOptions(), GetResultRTEPermissionInfo(), InitResultRelInfo(), and postgresBeginForeignInsert().
TupleConversionMap* ResultRelInfo::ri_RootToChildMap |
Definition at line 573 of file execnodes.h.
Referenced by ExecGetRootToChildMap(), and InitResultRelInfo().
bool ResultRelInfo::ri_RootToChildMapValid |
Definition at line 574 of file execnodes.h.
Referenced by ExecGetRootToChildMap(), and InitResultRelInfo().
AttrNumber ResultRelInfo::ri_RowIdAttNo |
Definition at line 474 of file execnodes.h.
Referenced by ExecInitModifyTable(), ExecMergeMatched(), ExecModifyTable(), and InitResultRelInfo().
TupleTableSlot** ResultRelInfo::ri_Slots |
Definition at line 518 of file execnodes.h.
Referenced by ExecEndModifyTable(), ExecInsert(), and ExecPendingInserts().
TriggerDesc* ResultRelInfo::ri_TrigDesc |
Definition at line 489 of file execnodes.h.
Referenced by afterTriggerInvokeEvents(), AfterTriggerSaveEvent(), CatalogOpenIndexes(), CopyFrom(), CopyMultiInsertBufferFlush(), ExecARDeleteTriggers(), ExecARInsertTriggers(), ExecARUpdateTriggers(), ExecASDeleteTriggers(), ExecASInsertTriggers(), ExecASTruncateTriggers(), ExecASUpdateTriggers(), ExecBRDeleteTriggers(), ExecBRInsertTriggers(), ExecBRUpdateTriggers(), ExecBSDeleteTriggers(), ExecBSInsertTriggers(), ExecBSTruncateTriggers(), ExecBSUpdateTriggers(), ExecCrossPartitionUpdateForeignKey(), ExecDelete(), ExecDeletePrologue(), ExecInsert(), ExecIRDeleteTriggers(), ExecIRInsertTriggers(), ExecIRUpdateTriggers(), ExecMergeMatched(), ExecPrepareTupleRouting(), ExecSimpleRelationDelete(), ExecSimpleRelationInsert(), ExecSimpleRelationUpdate(), ExecUpdate(), ExecUpdateAct(), ExecUpdatePrologue(), InitResultRelInfo(), postgresGetForeignModifyBatchSize(), report_triggers(), and TriggerEnabled().
FmgrInfo* ResultRelInfo::ri_TrigFunctions |
Definition at line 492 of file execnodes.h.
Referenced by afterTriggerInvokeEvents(), ExecBRDeleteTriggers(), ExecBRInsertTriggers(), ExecBRUpdateTriggers(), ExecBSDeleteTriggers(), ExecBSInsertTriggers(), ExecBSTruncateTriggers(), ExecBSUpdateTriggers(), ExecIRDeleteTriggers(), ExecIRInsertTriggers(), ExecIRUpdateTriggers(), and InitResultRelInfo().
Instrumentation* ResultRelInfo::ri_TrigInstrument |
Definition at line 498 of file execnodes.h.
Referenced by afterTriggerInvokeEvents(), ExecBRDeleteTriggers(), ExecBRInsertTriggers(), ExecBRUpdateTriggers(), ExecBSDeleteTriggers(), ExecBSInsertTriggers(), ExecBSTruncateTriggers(), ExecBSUpdateTriggers(), ExecIRDeleteTriggers(), ExecIRInsertTriggers(), ExecIRUpdateTriggers(), InitResultRelInfo(), and report_triggers().
TupleTableSlot* ResultRelInfo::ri_TrigNewSlot |
Definition at line 503 of file execnodes.h.
Referenced by ExecGetTriggerNewSlot(), and InitResultRelInfo().
TupleTableSlot* ResultRelInfo::ri_TrigOldSlot |
Definition at line 502 of file execnodes.h.
Referenced by ExecGetTriggerOldSlot(), and InitResultRelInfo().
ExprState** ResultRelInfo::ri_TrigWhenExprs |
Definition at line 495 of file execnodes.h.
Referenced by InitResultRelInfo(), and TriggerEnabled().
bool ResultRelInfo::ri_usesFdwDirectModify |
Definition at line 512 of file execnodes.h.
Referenced by ExecEndModifyTable(), ExecInitModifyTable(), ExecModifyTable(), InitResultRelInfo(), postgresBeginForeignInsert(), and show_modifytable_info().
List* ResultRelInfo::ri_WithCheckOptionExprs |
Definition at line 525 of file execnodes.h.
Referenced by ExecInitModifyTable(), and ExecWithCheckOptions().
List* ResultRelInfo::ri_WithCheckOptions |
Definition at line 522 of file execnodes.h.
Referenced by ExecBatchInsert(), ExecInitModifyTable(), ExecInsert(), ExecMergeMatched(), ExecOnConflictUpdate(), ExecUpdateAct(), ExecUpdateEpilogue(), ExecWithCheckOptions(), postgresBeginForeignInsert(), and postgresGetForeignModifyBatchSize().
NodeTag ResultRelInfo::type |
Definition at line 453 of file execnodes.h.
Referenced by InitResultRelInfo().