Re: Missing comment block at the top of streamutil.h and receivelog.h - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Missing comment block at the top of streamutil.h and receivelog.h
Date
Msg-id CAB7nPqROh_opZyENCxu7eLarC3Fv7Cqkjgeq+sTVTg3tnkqxOQ@mail.gmail.com
Whole thread Raw
In response to Re: Missing comment block at the top of streamutil.h and receivelog.h  (Fujii Masao <masao.fujii@gmail.com>)
Responses Re: Missing comment block at the top of streamutil.h and receivelog.h
List pgsql-hackers
On Wed, Aug 27, 2014 at 12:31 PM, Fujii Masao <masao.fujii@gmail.com> wrote:
> On Wed, Aug 27, 2014 at 10:34 AM, Michael Paquier
> <michael.paquier@gmail.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

pgsql-hackers by date:

Previous
From: Joachim Wieland
Date:
Subject: Re: pg_dump refactor patch to remove global variables
Next
From: Jeff Davis
Date:
Subject: Re: Allow multi-byte characters as escape in SIMILAR TO and SUBSTRING