Skip to content

Commit 2320945

Browse files
committed
Fix incorrect grammar.
Etsuro Fujita Discussion: http://postgr.es/m/[email protected]
1 parent 9fafa41 commit 2320945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/executor/execPartition.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ ExecSetupChildParentMapForLeaf(PartitionTupleRouting *proute)
360360
Assert(proute != NULL);
361361

362362
/*
363-
* These array elements gets filled up with maps on an on-demand basis.
363+
* These array elements get filled up with maps on an on-demand basis.
364364
* Initially just set all of them to NULL.
365365
*/
366366
proute->child_parent_tupconv_maps =

0 commit comments

Comments
 (0)