Re: windows build slow due to windows.h includes

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: windows build slow due to windows.h includes
Дата
Msg-id 20210921225805.gbgticyagmt5csvb@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: windows build slow due to windows.h includes  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Hi,

On 2021-09-21 16:13:55 -0400, Andrew Dunstan wrote:
> I also see references to VC_EXTRALEAN which defines this and some other
> stuff that might make things even faster.

I don't think that's relevant to "us", just mfc apps (which we gladly
aren't). From what I can see we'd have to actually clean up our includes to
not have windows.h everywhere or use precompiled headers to benefit further.

Greetings,

Andres Freund



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

Предыдущее
От: Jan Wieck
Дата:
Сообщение: Re: PostgreSQL High Precision Support Extension.
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Eval expression R/O once time (src/backend/executor/execExpr.c)