Incorrect include file order in guc-file.l

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Incorrect include file order in guc-file.l
Дата
Msg-id Y2IATvRGo347Lvd1@paquier.xyz
обсуждение исходный текст
Ответы Re: Incorrect include file order in guc-file.l
Список pgsql-hackers
Hi all,

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.

Thoughts?
--
Michael

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Corey Huinker
Дата:
Сообщение: Re: psql: Add command to use extended query protocol
Следующее
От: Andy Fan
Дата:
Сообщение: Re: A new strategy for pull-up correlated ANY_SUBLINK