mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
@ -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);
|
||||
|
Reference in New Issue
Block a user