From f40254a799f7057a415917dacb5ba7eab5b17a99 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 31 Jul 2017 17:08:14 -0400 Subject: [PATCH] Fix typo Author: Etsuro Fujita --- src/backend/executor/execMain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/executor/execMain.c b/src/backend/executor/execMain.c index 78cbcd1a32..c11aa4fe21 100644 --- a/src/backend/executor/execMain.c +++ b/src/backend/executor/execMain.c @@ -3334,7 +3334,7 @@ ExecFindPartition(ResultRelInfo *resultRelInfo, PartitionDispatch *pd, /* * First check the root table's partition constraint, if any. No point in - * routing the tuple it if it doesn't belong in the root table itself. + * routing the tuple if it doesn't belong in the root table itself. */ if (resultRelInfo->ri_PartitionCheck) ExecPartitionCheck(resultRelInfo, slot, estate); -- 2.40.0