Commit f40254a7 authored by Peter Eisentraut's avatar Peter Eisentraut

Fix typo

Author: Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>
parent 4427b515
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment