Re: Fix a typo in walsender.c

2018-03-28 Thread atorikoshi
On 2018/03/29 7:23, Bruce Momjian wrote: Thanks, patch applied. Thank you for committing!

Re: Fix a typo in walsender.c

2018-03-28 Thread Bruce Momjian
On Tue, Feb 27, 2018 at 07:22:20PM +0900, atorikoshi wrote: > Hi, > > Attached a minor patch for a typo: s/log/lag > > Regards, > > -- > Atsushi Torikoshi > NIPPON TELEGRAPH AND TELEPHONE CORPORATION > NTT Open Source Software Center > diff --git a/src/backend/replication/walsender.c >

Fix a typo in walsender.c

2018-02-27 Thread atorikoshi
Hi, Attached a minor patch for a typo: s/log/lag Regards, -- Atsushi Torikoshi NIPPON TELEGRAPH AND TELEPHONE CORPORATION NTT Open Source Software Center diff --git a/src/backend/replication/walsender.c b/src/backend/replication/walsender.c index d46374d..8bb1919 100644 ---

Re: Fix a typo in walsender.c

2018-02-08 Thread atorikoshi
On 2018/02/09 4:40, Robert Haas wrote: On Thu, Feb 8, 2018 at 1:32 AM, atorikoshi wrote: Attached a minor patch for variable name in comment: Committed. Thank you!

Re: Fix a typo in walsender.c

2018-02-08 Thread Robert Haas
On Thu, Feb 8, 2018 at 1:32 AM, atorikoshi wrote: > Attached a minor patch for variable name in comment: Committed. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company

Fix a typo in walsender.c

2018-02-07 Thread atorikoshi
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