From 23209457314f6fd89fcd251a8173b0129aaa95a2 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Tue, 6 Feb 2018 15:50:13 -0500 Subject: [PATCH] Fix incorrect grammar. Etsuro Fujita Discussion: http://postgr.es/m/5A7981EA.8020201@lab.ntt.co.jp --- src/backend/executor/execPartition.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/executor/execPartition.c b/src/backend/executor/execPartition.c index 106a96d910..ba6b52c32c 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 = -- 2.39.5