Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0008ad8

Browse files
author
Etsuro Fujita
committedNov 2, 2022
Fix copy-and-pasteo in comment.
1 parent ec9a000 commit 0008ad8

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
@@ -1027,7 +1027,7 @@ ldelete:;
10271027
mtstate->mt_transition_capture);
10281028

10291029
/*
1030-
* We've already captured the NEW TABLE row, so make sure any AR
1030+
* We've already captured the OLD TABLE row, so make sure any AR
10311031
* DELETE trigger fired below doesn't capture it again.
10321032
*/
10331033
ar_delete_trig_tcs = NULL;

0 commit comments

Comments
 (0)
Failed to load comments.