Re: windows build slow due to windows.h includes - Mailing list pgsql-hackers

From Andres Freund
Subject Re: windows build slow due to windows.h includes
Date
Msg-id 20210921225805.gbgticyagmt5csvb@alap3.anarazel.de
Whole thread Raw
In response to Re: windows build slow due to windows.h includes  (Andrew Dunstan <andrew@dunslane.net>)
List 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 by date:

Previous
From: Jan Wieck
Date:
Subject: Re: PostgreSQL High Precision Support Extension.
Next
From: Andres Freund
Date:
Subject: Re: Eval expression R/O once time (src/backend/executor/execExpr.c)