Commit 23209457 authored by Robert Haas's avatar Robert Haas

Fix incorrect grammar.

Etsuro Fujita

Discussion: http://postgr.es/m/5A7981EA.8020201@lab.ntt.co.jp
parent 9fafa413
...@@ -360,7 +360,7 @@ ExecSetupChildParentMapForLeaf(PartitionTupleRouting *proute) ...@@ -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 =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment