diff options
-rw-r--r-- | src/backend/executor/execPartition.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/backend/executor/execPartition.c b/src/backend/executor/execPartition.c index 00523ce250d..beb2362ab0f 100644 --- a/src/backend/executor/execPartition.c +++ b/src/backend/executor/execPartition.c @@ -140,10 +140,10 @@ ExecSetupPartitionTupleRouting(ModifyTableState *mtstate, partrel = leaf_part_rri->ri_RelationDesc; /* - * This is required in order to we convert the partition's - * tuple to be compatible with the root partitioned table's - * tuple descriptor. When generating the per-subplan result - * rels, this was not set. + * This is required in order to convert the partition's tuple + * to be compatible with the root partitioned table's tuple + * descriptor. When generating the per-subplan result rels, + * this was not set. */ leaf_part_rri->ri_PartitionRoot = rel; |