Fix header comment of streamutil.c

From: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Fix header comment of streamutil.c
Date: 2017-07-07 05:31:06
Message-ID: CAD21AoAvgf6pqc4pWdCKpVTi76BWGB8BXqebW7SidSvU829Mrw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
fix_header_of_streamutil_c.patch application/octet-stream 523 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2017-07-07 06:02:28 Re: Race conditions with WAL sender PID lookups
Previous Message AP 2017-07-07 02:52:18 Re: pgsql 10: hash indexes testing