Thread: [HACKERS] Fix header comment of streamutil.c
Hi, While reading source code, I found that the header comment of streamutil.c is not correct. I guess pg_receivelog is a mistake of pg_receivexlog and it's an oversight when changing xlog to wal. Attached patch fixes this. Regards, -- Masahiko Sawada NIPPON TELEGRAPH AND TELEPHONE CORPORATION NTT Open Source Software Center -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
Attachment
On Fri, Jul 7, 2017 at 8:31 AM, Masahiko Sawada <sawada.mshk@gmail.com> wrote:
Yeah, both a typo and a missing user :)
Hi,
While reading source code, I found that the header comment of
streamutil.c is not correct. I guess pg_receivelog is a mistake of
pg_receivexlog and it's an oversight when changing xlog to wal.
Attached patch fixes this.
Yeah, both a typo and a missing user :)
Applied, thanks.
On Fri, Jul 7, 2017 at 9:09 PM, Magnus Hagander <magnus@hagander.net> wrote: > On Fri, Jul 7, 2017 at 8:31 AM, Masahiko Sawada <sawada.mshk@gmail.com> > wrote: >> >> Hi, >> >> While reading source code, I found that the header comment of >> streamutil.c is not correct. I guess pg_receivelog is a mistake of >> pg_receivexlog and it's an oversight when changing xlog to wal. >> >> Attached patch fixes this. > > > Yeah, both a typo and a missing user :) > > Applied, thanks. > Thank you! Regards, -- Masahiko Sawada NIPPON TELEGRAPH AND TELEPHONE CORPORATION NTT Open Source Software Center