Thread

Commits

  1. Fix incorrect method name in comment.

  1. Fix a typo in walsender.c

    atorikoshi <torikoshi_atsushi_z2@lab.ntt.co.jp> — 2018-02-08T06:32:30Z

    Hi,
    
    Attached a minor patch for variable name in comment:  
    s/progress_update/update_progress
    
       ---include/server/replication/logical.h
       ...
       35 typedef struct LogicalDecodingContext
       36 {
       ...
       68 LogicalOutputPluginWriterUpdateProgress update_progress;
    
    Regards,
    
    -- 
    Atsushi Torikoshi
    NIPPON TELEGRAPH AND TELEPHONE CORPORATION
    NTT Open Source Software Center
    
  2. Re: Fix a typo in walsender.c

    Robert Haas <robertmhaas@gmail.com> — 2018-02-08T19:40:04Z

    On Thu, Feb 8, 2018 at 1:32 AM, atorikoshi
    <torikoshi_atsushi_z2@lab.ntt.co.jp> wrote:
    > Attached a minor patch for variable name in comment:
    
    Committed.
    
    -- 
    Robert Haas
    EnterpriseDB: http://www.enterprisedb.com
    The Enterprise PostgreSQL Company
    
    
    
  3. Re: Fix a typo in walsender.c

    atorikoshi <torikoshi_atsushi_z2@lab.ntt.co.jp> — 2018-02-09T00:26:12Z

    On 2018/02/09 4:40, Robert Haas wrote:
    > On Thu, Feb 8, 2018 at 1:32 AM, atorikoshi
    > <torikoshi_atsushi_z2@lab.ntt.co.jp> wrote:
    >> Attached a minor patch for variable name in comment:
    >
    > Committed.
    >
    
    Thank you!