At Wed, 12 Jul 2017 17:11:12 +0300, Heikki Linnakangas wrote
in
> 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
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_o
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 an