diff options
Diffstat (limited to 'src/backend/executor/execPartition.c')
-rw-r--r-- | src/backend/executor/execPartition.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/executor/execPartition.c b/src/backend/executor/execPartition.c index 9435cc21fe7..3f8a4cb5244 100644 --- a/src/backend/executor/execPartition.c +++ b/src/backend/executor/execPartition.c @@ -1983,8 +1983,8 @@ ExecInitPartitionExecPruning(PlanState *planstate, * account for any that were removed due to initial pruning; refer to the * condition in InitExecPartitionPruneContexts() that is used to determine * whether to do this. If no exec pruning needs to be done, we would thus - * leave the maps to be in an invalid invalid state, but that's ok since - * that data won't be consulted again (cf initial Assert in + * leave the maps to be in an invalid state, but that's ok since that data + * won't be consulted again (cf initial Assert in * ExecFindMatchingSubPlans). */ if (prunestate->do_exec_prune) |