Re: Remove unnecessary includes of system headers in header files

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Remove unnecessary includes of system headers in header files
Дата
Msg-id 7d90fbbb-31a9-49ac-8cd0-d96296fa3372@eisentraut.org
обсуждение исходный текст
Ответ на Re: Remove unnecessary includes of system headers in header files  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 01.12.23 17:41, Tom Lane wrote:
> Peter Eisentraut <peter@eisentraut.org> writes:
>> I noticed that some header files included system header files for no
>> apparent reason, so I did some digging and found out that in a few cases
>> the original reason has disappeared.  So I propose the attached patches
>> to remove the unnecessary includes.
> 
> Seems generally reasonable.  Have you checked that headerscheck and
> cpluspluscheck are happy?

Yes, I ran it through Cirrus, which includes those checks.




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

Предыдущее
От: John Naylor
Дата:
Сообщение: Re: Change GUC hashtable to use simplehash?
Следующее
От: Bharath Rupireddy
Дата:
Сообщение: Is WAL_DEBUG related code still relevant today?