Skip to content

Commit 810e7e2

Browse files
committed
Remove extra word from comment.
Etsuro Fujita Discussion: http://postgr.es/m/[email protected]
1 parent 84cb51b commit 810e7e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/backend/executor/execPartition.c

+4-4
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,10 @@ ExecSetupPartitionTupleRouting(ModifyTableState *mtstate,
140140
partrel = leaf_part_rri->ri_RelationDesc;
141141

142142
/*
143-
* This is required in order to we convert the partition's
144-
* tuple to be compatible with the root partitioned table's
145-
* tuple descriptor. When generating the per-subplan result
146-
* rels, this was not set.
143+
* This is required in order to convert the partition's tuple
144+
* to be compatible with the root partitioned table's tuple
145+
* descriptor. When generating the per-subplan result rels,
146+
* this was not set.
147147
*/
148148
leaf_part_rri->ri_PartitionRoot = rel;
149149

0 commit comments

Comments
 (0)