Re: remove duplicate comment.

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: Amul Sul <sulamul@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-02-16T06:50:38Z
Lists: pgsql-hackers
On Thu, Feb 16, 2023 at 11:05:13AM +0530, Amul Sul wrote:
> The attached patch removes the comment line noting the same as the
> previous paragraph of the ExecUpdateAct() prolog comment.

- * Caller is in charge of doing EvalPlanQual as necessary, and of keeping
- * indexes current for the update.

Indeed, good catch.  Both are mentioned in the previous paragraph.
--
Michael

Commits

  1. Remove duplicated comment in nodeModifyTable.c