Skip to content

Commit dd98dfb

Browse files
Etsuro Fujitareshke
authored andcommitted
Fix copy-and-pasteo in comment.
1 parent b89a6e9 commit dd98dfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/backend/executor/nodeModifyTable.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1588,7 +1588,7 @@ ldelete:;
15881588
mtstate->mt_transition_capture);
15891589

15901590
/*
1591-
* We've already captured the NEW TABLE row, so make sure any AR
1591+
* We've already captured the OLD TABLE row, so make sure any AR
15921592
* DELETE trigger fired below doesn't capture it again.
15931593
*/
15941594
ar_delete_trig_tcs = NULL;

0 commit comments

Comments
 (0)