Author: Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>
This commit is contained in:
Peter Eisentraut 2017-07-31 17:08:14 -04:00
parent 4427b515e6
commit f40254a799

View File

@ -3334,7 +3334,7 @@ ExecFindPartition(ResultRelInfo *resultRelInfo, PartitionDispatch *pd,
/* /*
* First check the root table's partition constraint, if any. No point in * 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) if (resultRelInfo->ri_PartitionCheck)
ExecPartitionCheck(resultRelInfo, slot, estate); ExecPartitionCheck(resultRelInfo, slot, estate);