mirror of
https://github.com/postgres/postgres.git
synced 2025-05-20 00:03:14 -04:00
Fix typo
Author: Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>
This commit is contained in:
parent
4427b515e6
commit
f40254a799
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user