mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
Remove extra word from comment.
Etsuro Fujita Discussion: http://postgr.es/m/5A8EAF74.5010905@lab.ntt.co.jp
This commit is contained in:
parent
84cb51b4e2
commit
810e7e264a
@ -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…
x
Reference in New Issue
Block a user