On 2018/03/29 7:23, Bruce Momjian wrote:
Thanks, patch applied.
Thank you for committing!
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
> b/src/
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
--- a/src/backend/repli
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!
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
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
NIPP