mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
Fix obsolete comment.
The 'orig_slot' argument was removed in commit c0a8ae7be392, but that commit forgot to update the comment. Author: Amit Langote Discussion: https://www.postgresql.org/message-id/194ac4bf-7b4a-c887-bf26-bc1a85ea995a@lab.ntt.co.jp
This commit is contained in:
parent
1d5b249310
commit
0692f29ab7
@ -947,9 +947,7 @@ lreplace:;
|
|||||||
resultRelInfo, slot, estate);
|
resultRelInfo, slot, estate);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Check the constraints of the tuple. Note that we pass the same
|
* Check the constraints of the tuple
|
||||||
* slot for the orig_slot argument, because unlike ExecInsert(), no
|
|
||||||
* tuple-routing is performed here, hence the slot remains unchanged.
|
|
||||||
*/
|
*/
|
||||||
if (resultRelationDesc->rd_att->constr || resultRelInfo->ri_PartitionCheck)
|
if (resultRelationDesc->rd_att->constr || resultRelInfo->ri_PartitionCheck)
|
||||||
ExecConstraints(resultRelInfo, slot, estate);
|
ExecConstraints(resultRelInfo, slot, estate);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user