Skip to content

Commit 2896aa9

Browse files
author
Etsuro Fujita
committed
Fix copy-and-pasteo in comment.
1 parent 97bb80b commit 2896aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/executor/nodeModifyTable.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1355,7 +1355,7 @@ ldelete:;
13551355
mtstate->mt_transition_capture);
13561356

13571357
/*
1358-
* We've already captured the NEW TABLE row, so make sure any AR
1358+
* We've already captured the OLD TABLE row, so make sure any AR
13591359
* DELETE trigger fired below doesn't capture it again.
13601360
*/
13611361
ar_delete_trig_tcs = NULL;

0 commit comments

Comments
 (0)