diff options
author | Robert Haas <rhaas@postgresql.org> | 2018-02-22 10:08:03 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2018-02-22 10:08:03 -0500 |
commit | 810e7e264ab547c404e32dba4f8733db53912084 (patch) | |
tree | c3747304546a733a3a20c267be8e4fa79b3e5baa /src | |
parent | 84cb51b4e24b4e3a7057105971d0d385e179d978 (diff) | |
download | postgresql-810e7e264ab547c404e32dba4f8733db53912084.tar.gz postgresql-810e7e264ab547c404e32dba4f8733db53912084.zip |
Remove extra word from comment.
Etsuro Fujita
Discussion: http://postgr.es/m/5A8EAF74.5010905@lab.ntt.co.jp
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/executor/execPartition.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/backend/executor/execPartition.c b/src/backend/executor/execPartition.c index 00523ce250d..beb2362ab0f 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; |