diff options
author | David Rowley <drowley@postgresql.org> | 2025-04-21 10:41:18 +1200 |
---|---|---|
committer | David Rowley <drowley@postgresql.org> | 2025-04-21 10:41:18 +1200 |
commit | 84fd3bc141039b32f25c3c9f6157163a56ab5f66 (patch) | |
tree | 7730cc9fb8afa2106520a0199b7146f29e9c6e52 /src/backend/executor/execPartition.c | |
parent | 818013665259d4242ba641aad705ebe5a3e2db8e (diff) |
Fix a few duplicate words in comments
These are all new to v18
Author: David Rowley <dgrowleyml@gmail.com>
Discussion: https://postgr.es/m/CAApHDvrMcr8XD107H3NV=WHgyBcu=sx5+7=WArr-n_cWUqdFXQ@mail.gmail.com
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) |