Fix copy-and-pasteo in comment.
authorEtsuro Fujita <[email protected]>
Wed, 2 Nov 2022 09:15:03 +0000 (18:15 +0900)
committerEtsuro Fujita <[email protected]>
Wed, 2 Nov 2022 09:15:03 +0000 (18:15 +0900)
src/backend/executor/nodeModifyTable.c

index ac9ff46cb4773761bf2d222ac526fa6bc9d6b287..37ba4755cbc45e6b24a607ef12fa1ad916152bdb 100644 (file)
@@ -1355,7 +1355,7 @@ ldelete:;
                             mtstate->mt_transition_capture);
 
        /*
-        * 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;