Commit 810e7e26 authored by Robert Haas's avatar Robert Haas

Remove extra word from comment.

Etsuro Fujita

Discussion: http://postgr.es/m/5A8EAF74.5010905@lab.ntt.co.jp
parent 84cb51b4
...@@ -140,10 +140,10 @@ ExecSetupPartitionTupleRouting(ModifyTableState *mtstate, ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment