From: Robert Haas Date: Thu, 22 Feb 2018 15:08:03 +0000 (-0500) Subject: Remove extra word from comment. X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=810e7e264ab547c404e32dba4f8733db53912084;p=users%2Fheikki%2Fpostgres.git Remove extra word from comment. Etsuro Fujita Discussion: http://postgr.es/m/5A8EAF74.5010905@lab.ntt.co.jp --- diff --git a/src/backend/executor/execPartition.c b/src/backend/executor/execPartition.c index 00523ce250..beb2362ab0 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;