Fix typo
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 31 Jul 2017 21:08:14 +0000 (17:08 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 31 Jul 2017 21:08:14 +0000 (17:08 -0400)
Author: Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>

src/backend/executor/execMain.c

index 78cbcd1a324170933f37cfddd5efbbf1b855372e..c11aa4fe214427f2279366611b2d3118829acaf3 100644 (file)
@@ -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);