Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d5e1748

Browse files
author
Etsuro Fujita
committed
Fix copy-and-pasteo in comment.
1 parent 468a9f3 commit d5e1748

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
@@ -1264,7 +1264,7 @@ ExecDeleteEpilogue(ModifyTableContext *context, ResultRelInfo *resultRelInfo,
12641264
false);
12651265

12661266
/*
1267-
* We've already captured the NEW TABLE row, so make sure any AR
1267+
* We've already captured the OLD TABLE row, so make sure any AR
12681268
* DELETE trigger fired below doesn't capture it again.
12691269
*/
12701270
ar_delete_trig_tcs = NULL;

0 commit comments

Comments
 (0)