Re: pgsql: windows: Define WIN32_LEAN_AND_MEAN to make compilation faster.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: pgsql: windows: Define WIN32_LEAN_AND_MEAN to make compilation faster.
Дата
Msg-id 20211106224145.ujges4hs7tyqglp7@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: pgsql: windows: Define WIN32_LEAN_AND_MEAN to make compilation faster.  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pgsql: windows: Define WIN32_LEAN_AND_MEAN to make compilation faster.  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: pgsql: windows: Define WIN32_LEAN_AND_MEAN to make compilation faster.  (Andres Freund <andres@anarazel.de>)
Список pgsql-committers
Hi,

On 2021-11-06 18:24:21 -0400, Tom Lane wrote:
> Andres Freund <andres@anarazel.de> writes:
> > windows: Define WIN32_LEAN_AND_MEAN to make compilation faster.
> 
> I happened to notice from grepping that
> src/backend/port/win32/crashdump.c has its own
> 
> #define WIN32_LEAN_AND_MEAN
>
> Can't we remove that now?  (I kind of wonder what good it did at all,
> considering postgres.h has already pulled in <windows.h>.)

Yea, it seems pointless.

There's a semi-related weirdness: Several src/port/ files include <windows.h>
themselves (I guess that could be seen as prep for dropping windows.h from
win32_port.h).

Unless you're already done with that by the time I git pull, I'm gonna remove
that redundant WIN32_LEAN_AND_MEAN.

Greetings,

Andres Freund



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: windows: Define WIN32_LEAN_AND_MEAN to make compilation faster.
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: windows: Remove use of WIN32_LEAN_AND_MEAN from crashdump.c.