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

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

            regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: pgcrypto: Remove non-OpenSSL support
Следующее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: windows: Define WIN32_LEAN_AND_MEAN to make compilation faster.