mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Fix incorrect grammar.
Etsuro Fujita Discussion: http://postgr.es/m/5A7981EA.8020201@lab.ntt.co.jp
This commit is contained in:
@ -360,7 +360,7 @@ ExecSetupChildParentMapForLeaf(PartitionTupleRouting *proute)
|
|||||||
Assert(proute != NULL);
|
Assert(proute != NULL);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* These array elements gets filled up with maps on an on-demand basis.
|
* These array elements get filled up with maps on an on-demand basis.
|
||||||
* Initially just set all of them to NULL.
|
* Initially just set all of them to NULL.
|
||||||
*/
|
*/
|
||||||
proute->child_parent_tupconv_maps =
|
proute->child_parent_tupconv_maps =
|
||||||
|
Reference in New Issue
Block a user