Re: windows build slow due to windows.h includes

From: Andres Freund <andres(at)anarazel(dot)de>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: windows build slow due to windows.h includes
Date: 2021-09-21 22:58:05
Message-ID: 20210921225805.gbgticyagmt5csvb@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2021-09-21 23:00:55 Re: Eval expression R/O once time (src/backend/executor/execExpr.c)
Previous Message Alvaro Herrera 2021-09-21 22:48:33 pgsql: Document XLOG_INCLUDE_XID a little better