Remove extra word from comment.
authorRobert Haas <rhaas@postgresql.org>
Thu, 22 Feb 2018 15:08:03 +0000 (10:08 -0500)
committerRobert Haas <rhaas@postgresql.org>
Thu, 22 Feb 2018 15:08:03 +0000 (10:08 -0500)
Etsuro Fujita

Discussion: http://postgr.es/m/5A8EAF74.5010905@lab.ntt.co.jp

src/backend/executor/execPartition.c

index 00523ce250d32e9e05ff0cf96823b35f048922fd..beb2362ab0f781cf5f691b26c7fcd41faf13805c 100644 (file)
@@ -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;