8000 Fix copy-and-pasteo in comment. · postgres/postgres@36abd1f · GitHub
[go: up one dir, main page]

Skip to content

Commit 36abd1f

Browse files
author
Etsuro Fujita
committed
Fix copy-and-pasteo in comment.
1 parent b1cb77b commit 36abd1f

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
@@ -921,7 +921,7 @@ ldelete:;
921921
mtstate->mt_transition_capture);
922922

923923
/*
924-
* We've already captured the NEW TABLE row, so make sure any AR
924+
* We've already captured the OLD TABLE row, so make sure any AR
925925
* DELETE trigger fired below doesn't capture it again.
926926
*/
927927
ar_delete_trig_tcs = NULL;

0 commit comments

Comments
 (0)
0