From: | Kyotaro HORIGUCHI <horiguchi(dot)kyotaro(at)lab(dot)ntt(dot)co(dot)jp> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Typo in backend/storage/ipc/standby.c |
Date: | 2017-07-11 07:34:41 |
Message-ID: | 20170711.163441.241981736.horiguchi.kyotaro@lab.ntt.co.jp |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
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
Attachment | Content-Type | Size |
---|---|---|
fix_typo_of_standby_c_10_master.patch | text/x-patch | 1.1 KB |
fix_typo_of_standby_c_96_and_before.patch | text/x-patch | 1.5 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Michał Lis | 2017-07-11 08:00:45 | Re: BUG #14738: ALTER SERVER for foregin servers not working |
Previous Message | Noah Misch | 2017-07-11 06:32:28 | Re: Multi column range partition table |