Re: Incorrect include file order in guc-file.l - Mailing list pgsql-hackers

From John Naylor
Subject Re: Incorrect include file order in guc-file.l
Date
Msg-id CAFBsxsHHRfFiw-zrBhGLMUgLK4FzHXH5728BDmUh66_3Ku_dvg@mail.gmail.com
Whole thread Raw
In response to Re: Incorrect include file order in guc-file.l  (Julien Rouhaud <rjuju123@gmail.com>)
List pgsql-hackers

On Wed, Nov 2, 2022 at 1:01 PM Julien Rouhaud <rjuju123@gmail.com> wrote:
>
> Hi,
>
> On Wed, Nov 02, 2022 at 02:29:50PM +0900, Michael Paquier wrote:
> >
> > While reviewing a different patch, I have noticed that guc-file.l
> > includes sys/stat.h in the middle of the PG internal headers.  The
> > usual practice is to have first postgres[_fe].h, followed by the
> > system headers and finally the internal headers.  That's a nit, but
> > all the other files do that.
> >
> > {be,fe}-secure-openssl.c include some exceptions though, as documented
> > there.
>
> Agreed, it's apparently an oversight in dac048f71eb.  +1 for the patch.

Yeah. +1, thanks.

--
John Naylor
EDB: http://www.enterprisedb.com

pgsql-hackers by date:

Previous
From: John Naylor
Date:
Subject: remap the .text segment into huge pages at run time
Next
From: Simon Riggs
Date:
Subject: Re: Code checks for App Devs, using new options for transaction behavior