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

index 04454ad6e60be3dfd825e5c3b6acdf7f04188810..07cd9d3afed1d20ae7edf4dab892bf2243f2ab83 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;