Fix incorrect grammar.

Etsuro Fujita

Discussion: http://postgr.es/m/5A7981EA.8020201@lab.ntt.co.jp
pull/31/merge
Robert Haas 8 years ago
parent 9fafa413ac
commit 2320945731
  1. 2
      src/backend/executor/execPartition.c

@ -360,7 +360,7 @@ ExecSetupChildParentMapForLeaf(PartitionTupleRouting *proute)
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.
*/
proute->child_parent_tupconv_maps =

Loading…
Cancel
Save