Skip to content

Commit 7cdcc74

Browse files
committed
Update neglected comment.
Commit d986d4e renamed a variable but neglected to update the corresponding comment. Amit Langote
1 parent 3036401 commit 7cdcc74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/commands/trigger.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -3033,8 +3033,8 @@ ExecBRUpdateTriggers(EState *estate, EPQState *epqstate,
30333033
/*
30343034
* In READ COMMITTED isolation level it's possible that target tuple
30353035
* was changed due to concurrent update. In that case we have a raw
3036-
* subplan output tuple in newSlot, and need to run it through the
3037-
* junk filter to produce an insertable tuple.
3036+
* subplan output tuple in epqslot_candidate, and need to run it
3037+
* through the junk filter to produce an insertable tuple.
30383038
*
30393039
* Caution: more than likely, the passed-in slot is the same as the
30403040
* junkfilter's output slot, so we are clobbering the original value

0 commit comments

Comments
 (0)