pgsql: Blind attempt at fixing the non-MSVC Windows builds

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Blind attempt at fixing the non-MSVC Windows builds
Дата
Msg-id E1U8u1i-0000jF-Ba@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Blind attempt at fixing the non-MSVC Windows builds  (Andres Freund <andres@2ndquadrant.com>)
Список pgsql-committers
Blind attempt at fixing the non-MSVC Windows builds

Apparently, they need -DBUILDING_DLL for the Assert() declarations to
work correctly.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/af0a4c5924061869ee3db391900ab745107c966f

Modified Files
--------------
src/makefiles/Makefile.cygwin |    4 ++++
src/makefiles/Makefile.win32  |    4 ++++
2 files changed, 8 insertions(+), 0 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix whole-row references in postgres_fdw.
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: pgsql: Move relpath() to libpgcommon