Re: remove duplicate comment.

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Amul Sul <sulamul(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: remove duplicate comment.
Date: 2023-02-16 06:50:38
Message-ID: Y+3SPhPHQ46znqQM@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Dilip Kumar 2023-02-16 07:01:54 Re: DDL result is lost by CREATE DATABASE with WAL_LOG strategy
Previous Message Nathan Bossart 2023-02-16 06:41:20 Re: DDL result is lost by CREATE DATABASE with WAL_LOG strategy