We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fafa41 commit 2320945Copy full SHA for 2320945
src/backend/executor/execPartition.c
@@ -360,7 +360,7 @@ ExecSetupChildParentMapForLeaf(PartitionTupleRouting *proute)
360
Assert(proute != NULL);
361
362
/*
363
- * 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.
364
* Initially just set all of them to NULL.
365
*/
366
proute->child_parent_tupconv_maps =
0 commit comments