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

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

  1. Fix incorrect method name in comment.