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

index 367155634d60450defc12fecc3f5c9e2d3cac96f..52c48afe3ffc55b4771383a9bc8fb0f6871a1a0d 100644 (file)
@@ -1051,7 +1051,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;