Remove extra word from comment.

Etsuro Fujita

Discussion: http://postgr.es/m/5A8EAF74.5010905@lab.ntt.co.jp
This commit is contained in:
Robert Haas 2018-02-22 10:08:03 -05:00
parent 84cb51b4e2
commit 810e7e264a
1 changed files with 4 additions and 4 deletions

View File

@ -140,10 +140,10 @@ ExecSetupPartitionTupleRouting(ModifyTableState *mtstate,
partrel = leaf_part_rri->ri_RelationDesc; partrel = leaf_part_rri->ri_RelationDesc;
/* /*
* This is required in order to we convert the partition's * This is required in order to convert the partition's tuple
* tuple to be compatible with the root partitioned table's * to be compatible with the root partitioned table's tuple
* tuple descriptor. When generating the per-subplan result * descriptor. When generating the per-subplan result rels,
* rels, this was not set. * this was not set.
*/ */
leaf_part_rri->ri_PartitionRoot = rel; leaf_part_rri->ri_PartitionRoot = rel;