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

index 91bd0de28ce6932f90a15e5f6cbbd706427de3fe..5d1c5d41ede01ffd6ec3774bab0ec880a3f21b70 100644 (file)
@@ -1027,7 +1027,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;