Re: Typo in backend/storage/ipc/standby.c
Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>
From: Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>
To: hlinnaka@iki.fi
Cc: pgsql-hackers@postgresql.org
Date: 2017-07-13T04:20:47Z
Lists: pgsql-hackers
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
Commits
-
Fix variable and type name in comment.
- c65ed13ce71f 9.2.22 landed
- cf3e27685312 9.3.18 landed
- a94dd0c25d01 9.4.13 landed
- 4458d6012e7e 9.5.8 landed
- 0a2d07cf1ed8 9.6.4 landed
- ca906f68f22b 10.0 landed