Skip to content

Commit a9f304f

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/commands/trigger.c

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

0 commit comments

Comments
 (0)