Re: Regarding the order of the header file includes

Поиск
Список
Период
Сортировка
От Bharath Rupireddy
Тема Re: Regarding the order of the header file includes
Дата
Msg-id CALj2ACU=RcL4FfKr=TJEeTWD0xz17Pt9aFP_E8SRfFdn47Wa-w@mail.gmail.com
обсуждение исходный текст
Ответ на Regarding the order of the header file includes  (Richard Guo <guofenglinux@gmail.com>)
Ответы Re: Regarding the order of the header file includes  (Richard Guo <guofenglinux@gmail.com>)
Список pgsql-hackers
On Wed, Mar 6, 2024 at 3:02 PM Richard Guo <guofenglinux@gmail.com> wrote:
>
> I think we generally follow the rule that we include 'postgres.h' or
> 'postgres_fe.h' first, followed by system header files, and then
> postgres header files ordered in ASCII value.  I noticed that in some C
> files we fail to follow this rule strictly.  Attached is a patch to fix
> this.
>
> Back in 2019, we performed the same operation in commits 7e735035f2,
> dddf4cdc33, and 14aec03502.  It appears that the code has deviated from
> that point onwards.
>
> Please note that this patch only addresses the order of header file
> includes in backend modules (and might not be thorough).  It is possible
> that other modules may have a similar issue, but I have not evaluated
> them yet.

+1. I'm just curious to know if you've leveraged any tool from
src/tools/pginclude or any script or such.

--
Bharath Rupireddy
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com



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

Предыдущее
От: Matthias van de Meent
Дата:
Сообщение: Re: Statistics Import and Export
Следующее
От: Bertrand Drouvot
Дата:
Сообщение: Re: Introduce XID age and inactive timeout based replication slot invalidation