Fix a typo in walsender.c

From: atorikoshi <torikoshi_atsushi_z2(at)lab(dot)ntt(dot)co(dot)jp>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Fix a typo in walsender.c
Date: 2018-02-08 06:32:30
Message-ID: 1b056262-4bc0-a982-c899-bb67a0a7fd52@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
walsender_update_progress_typo.patch text/plain 505 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2018-02-08 06:49:42 Re: JIT compiling with LLVM v10.0
Previous Message Michael Paquier 2018-02-08 06:14:36 Disabling src/test/[ssl|ldap] when not building with SSL/LDAP support