Thread

Commits

  1. Fix variable and type name in comment.

  1. Typo in backend/storage/ipc/standby.c

    Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp> — 2017-07-11T07:34:41Z

    Hello.
    
    I noticed that a comment above StandbyAcquireAccessExclusiveLock
    in backend/storage/ipc/standby.c using wrong names of a variable
    and a type.
    
    The attached patch fixes it. The same mistake is found in older
    versions back to 9.0.
    
    fix_typo_of_standby_c_10_master.patch is for 10 and master and
    fix_typo_of_standby_c_96_and_before.patch for 9.6 and before.
    
    regards,
    
    -- 
    Kyotaro Horiguchi
    NTT Open Source Software Center
    
  2. Re: Typo in backend/storage/ipc/standby.c

    Heikki Linnakangas <hlinnaka@iki.fi> — 2017-07-12T14:11:12Z

    On 07/11/2017 10:34 AM, Kyotaro HORIGUCHI wrote:
    > Hello.
    >
    > I noticed that a comment above StandbyAcquireAccessExclusiveLock
    > in backend/storage/ipc/standby.c using wrong names of a variable
    > and a type.
    >
    > The attached patch fixes it. The same mistake is found in older
    > versions back to 9.0.
    >
    > fix_typo_of_standby_c_10_master.patch is for 10 and master and
    > fix_typo_of_standby_c_96_and_before.patch for 9.6 and before.
    
    Applied, thanks!
    
    - Heikki
    
    
    
    
  3. Re: Typo in backend/storage/ipc/standby.c

    Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp> — 2017-07-13T04:20:47Z

    At Wed, 12 Jul 2017 17:11:12 +0300, Heikki Linnakangas <hlinnaka@iki.fi> wrote in <c9cf85c6-76d2-d0d1-2529-8548255191e7@iki.fi>
    > On 07/11/2017 10:34 AM, Kyotaro HORIGUCHI wrote:
    > > I noticed that a comment above StandbyAcquireAccessExclusiveLock
    > > in backend/storage/ipc/standby.c using wrong names of a variable
    > > and a type.
    > >
    > > The attached patch fixes it. The same mistake is found in older
    > > versions back to 9.0.
    > >
    > Applied, thanks!
    
    Thanks!
    
    -- 
    Kyotaro Horiguchi
    NTT Open Source Software Center