]> 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:08 +0000 (18:15 +0900)
committerEtsuro Fujita <efujita@postgresql.org>
Wed, 2 Nov 2022 09:15:08 +0000 (18:15 +0900)
src/backend/executor/nodeModifyTable.c

index 0fe4226b4343a0c647e9f0bc69497c9a9ef388f1..137db02c55913229321ab5a82447b0eccf47d42c 100644 (file)
@@ -921,7 +921,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;