Re: Missing comment block at the top of streamutil.h and receivelog.h

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Cc: Magnus Hagander <magnus(at)hagander(dot)net>, Robert Haas <robertmhaas(at)gmail(dot)com>, PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Missing comment block at the top of streamutil.h and receivelog.h
Date: 2014-08-27 05:07:39
Message-ID: CAB7nPqROh_opZyENCxu7eLarC3Fv7Cqkjgeq+sTVTg3tnkqxOQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Aug 27, 2014 at 12:31 PM, Fujii Masao <masao(dot)fujii(at)gmail(dot)com> wrote:
> On Wed, Aug 27, 2014 at 10:34 AM, Michael Paquier
> <michael(dot)paquier(at)gmail(dot)com> wrote:
> I think that it's better to add an include guard like
>
> #ifndef RECEIVELOG_H
> #define RECEIVELOG_H
> ...
> #endif
Oh indeed, that was missing as well! Please see attached.
--
Michael

Attachment Content-Type Size
20140827_missing_cpright_headers_v3.patch text/x-patch 1.7 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Davis 2014-08-27 05:13:46 Re: Allow multi-byte characters as escape in SIMILAR TO and SUBSTRING
Previous Message Joachim Wieland 2014-08-27 04:52:19 Re: pg_dump refactor patch to remove global variables