Thread

Commits

  1. Fix obsolete comment.

  1. Fix obsolete comment

    Amit Langote <langote_amit_f8@lab.ntt.co.jp> — 2018-06-07T06:43:13Z

    Hi.
    
    A comment in ExecUpdate refers to an argument of ExecConstraints that no
    longer exists.  Attached fixes that, but I'm about over a year too late
    [1] in sending this patch.
    
    Thanks,
    Amit
    
    [1]
    https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=c0a8ae7be392
    
  2. Re: Fix obsolete comment

    Heikki Linnakangas <hlinnaka@iki.fi> — 2018-06-07T07:03:22Z

    On 07/06/18 09:43, Amit Langote wrote:
    > A comment in ExecUpdate refers to an argument of ExecConstraints that no
    > longer exists.  Attached fixes that, but I'm about over a year too late
    > [1] in sending this patch.
    
    Applied, thanks!
    
    - Heikki
    
    
    
  3. Re: Fix obsolete comment

    Amit Langote <langote_amit_f8@lab.ntt.co.jp> — 2018-06-07T07:08:18Z

    On 2018/06/07 16:03, Heikki Linnakangas wrote:
    > On 07/06/18 09:43, Amit Langote wrote:
    >> A comment in ExecUpdate refers to an argument of ExecConstraints that no
    >> longer exists.  Attached fixes that, but I'm about over a year too late
    >> [1] in sending this patch.
    > 
    > Applied, thanks!
    
    Thanks Heikki.
    
    Regards,
    Amit