From: Etsuro Fujita Date: Wed, 2 Nov 2022 09:15:08 +0000 (+0900) Subject: Fix copy-and-pasteo in comment. X-Git-Tag: REL_11_18~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=36abd1fb51df7c94ddfc26b0d08be7feb5f40241;p=thirdparty%2Fpostgresql.git Fix copy-and-pasteo in comment. --- diff --git a/src/backend/executor/nodeModifyTable.c b/src/backend/executor/nodeModifyTable.c index 0fe4226b434..137db02c559 100644 --- a/src/backend/executor/nodeModifyTable.c +++ b/src/backend/executor/nodeModifyTable.c @@ -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;