Fix a typo in walsender.c - Mailing list pgsql-hackers

From atorikoshi
Subject Fix a typo in walsender.c
Date
Msg-id 1b056262-4bc0-a982-c899-bb67a0a7fd52@lab.ntt.co.jp
Whole thread Raw
Responses Re: Fix a typo in walsender.c
List 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

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Disabling src/test/[ssl|ldap] when not building with SSL/LDAP support
Next
From: Andres Freund
Date:
Subject: Re: JIT compiling with LLVM v10.0