Remove extra word from comment.

Etsuro Fujita

Discussion: http://postgr.es/m/5A8EAF74.5010905@lab.ntt.co.jp
pull/31/merge
Robert Haas 8 years ago
parent 84cb51b4e2
commit 810e7e264a
  1. 8
      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;

Loading…
Cancel
Save