mirror of
https://github.com/postgres/postgres.git
synced 2026-02-23 09:52:14 -05:00
Update neglected comment.
Commit d986d4e87f renamed a variable
but neglected to update the corresponding comment.
Amit Langote
This commit is contained in:
parent
303640199d
commit
7cdcc747a9
1 changed files with 2 additions and 2 deletions
|
|
@ -3033,8 +3033,8 @@ ExecBRUpdateTriggers(EState *estate, EPQState *epqstate,
|
|||
/*
|
||||
* In READ COMMITTED isolation level it's possible that target tuple
|
||||
* was changed due to concurrent update. In that case we have a raw
|
||||
* subplan output tuple in newSlot, and need to run it through the
|
||||
* junk filter to produce an insertable tuple.
|
||||
* subplan output tuple in epqslot_candidate, and need to run it
|
||||
* through the junk filter to produce an insertable tuple.
|
||||
*
|
||||
* Caution: more than likely, the passed-in slot is the same as the
|
||||
* junkfilter's output slot, so we are clobbering the original value
|
||||
|
|
|
|||
Loading…
Reference in a new issue