From: Etsuro Fujita Date: Wed, 2 Nov 2022 09:15:01 +0000 (+0900) Subject: Fix copy-and-pasteo in comment. X-Git-Tag: REL_15_1~16 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=d5e1748f02fb54cff276e7714be474f4e9a9de72;p=postgresql.git Fix copy-and-pasteo in comment. --- diff --git a/src/backend/executor/nodeModifyTable.c b/src/backend/executor/nodeModifyTable.c index 04454ad6e60..07cd9d3afed 100644 --- a/src/backend/executor/nodeModifyTable.c +++ b/src/backend/executor/nodeModifyTable.c @@ -1264,7 +1264,7 @@ ExecDeleteEpilogue(ModifyTableContext *context, ResultRelInfo *resultRelInfo, false); /* - * 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;