Fix a typo in walsender.c
atorikoshi <torikoshi_atsushi_z2@lab.ntt.co.jp>
From: atorikoshi <torikoshi_atsushi_z2@lab.ntt.co.jp>
To: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2018-02-08T06:32:30Z
Lists: pgsql-hackers
Attachments
- walsender_update_progress_typo.patch (text/plain) patch
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
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center
Commits
-
Fix incorrect method name in comment.
- b78d0160da13 11.0 landed