diff options
author | Robert Haas <rhaas@postgresql.org> | 2018-02-06 15:50:13 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2018-02-06 15:50:13 -0500 |
commit | 23209457314f6fd89fcd251a8173b0129aaa95a2 (patch) | |
tree | a7f8ba1b0d620eeb69c0d09e9c642a42b45b9b17 /src | |
parent | 9fafa413ac602624e10f61ef44a20c17029d43d8 (diff) | |
download | postgresql-23209457314f6fd89fcd251a8173b0129aaa95a2.tar.gz postgresql-23209457314f6fd89fcd251a8173b0129aaa95a2.zip |
Fix incorrect grammar.
Etsuro Fujita
Discussion: http://postgr.es/m/5A7981EA.8020201@lab.ntt.co.jp
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/executor/execPartition.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/executor/execPartition.c b/src/backend/executor/execPartition.c index 106a96d9103..ba6b52c32cd 100644 --- a/src/backend/executor/execPartition.c +++ b/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 = |