aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
diff options
context:
space:
mode:
authorDavid Rowley <drowley@postgresql.org>2022-09-20 08:37:02 +1200
committerDavid Rowley <drowley@postgresql.org>2022-09-20 08:37:02 +1200
commit66fa8ff637982b51257d80626dd00dccf3ad9fa6 (patch)
treef2d1493511aaca68b18882856c0cab05203f92a0 /src/backend/executor
parentcab3ce7a065b8ec04303d680a64bd9aa9bdd29db (diff)
downloadpostgresql-66fa8ff637982b51257d80626dd00dccf3ad9fa6.tar.gz
postgresql-66fa8ff637982b51257d80626dd00dccf3ad9fa6.zip
Remove various duplicated words
Author: Justin Pryzby Discussion: https://postgr.es/m/20220919111000.GW31833@telsasoft.com
Diffstat (limited to 'src/backend/executor')
-rw-r--r--src/backend/executor/execPartition.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/executor/execPartition.c b/src/backend/executor/execPartition.c
index 901dd435efd..40e3c076939 100644
--- a/src/backend/executor/execPartition.c
+++ b/src/backend/executor/execPartition.c
@@ -2155,8 +2155,8 @@ InitPartitionPruneContext(PartitionPruneContext *context,
* Current values of the indexes present in PartitionPruneState count all the
* subplans that would be present before initial pruning was done. If initial
* pruning got rid of some of the subplans, any subsequent pruning passes will
- * will be looking at a different set of target subplans to choose from than
- * those in the pre-initial-pruning set, so the maps in PartitionPruneState
+ * be looking at a different set of target subplans to choose from than those
+ * in the pre-initial-pruning set, so the maps in PartitionPruneState
* containing those indexes must be updated to reflect the new indexes of
* subplans in the post-initial-pruning set.
*/