Fix copy-and-pasteo in comment.
authorEtsuro Fujita <efujita@postgresql.org>
Wed, 2 Nov 2022 09:15:00 +0000 (18:15 +0900)
committerEtsuro Fujita <efujita@postgresql.org>
Wed, 2 Nov 2022 09:15:00 +0000 (18:15 +0900)
src/backend/executor/nodeModifyTable.c

index 447f7bc2fb7883b8a63c9ee8df9cb10f2a3ef544..d8fd3cfdbef4bdab924febd8bbaf19ca649a30e2 100644 (file)
@@ -1264,7 +1264,7 @@ ExecDeleteEpilogue(ModifyTableContext *context, ResultRelInfo *resultRelInfo,
                                                         false);
 
                /*
-                * We've already captured the NEW TABLE row, so make sure any AR
+                * We've already captured the OLD TABLE row, so make sure any AR
                 * DELETE trigger fired below doesn't capture it again.
                 */
                ar_delete_trig_tcs = NULL;