Thread

Commits

  1. Remove duplicated comment in nodeModifyTable.c

  1. remove duplicate comment.

    Amul Sul <sulamul@gmail.com> — 2023-02-16T05:35:13Z

    Hi,
    
    The attached patch removes the comment line noting the same as the
    previous paragraph of the ExecUpdateAct() prolog comment.
    
    --
    Regards,
    Amul Sul
    EDB: http://www.enterprisedb.com
    
  2. Re: remove duplicate comment.

    Michael Paquier <michael@paquier.xyz> — 2023-02-16T06:50:38Z

    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