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

From Alvaro Herrera
Subject pgsql: Blind attempt at fixing the non-MSVC Windows builds
Date
Msg-id E1U8u1i-0000jF-Ba@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Blind attempt at fixing the non-MSVC Windows builds
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix whole-row references in postgres_fdw.
Next
From: Alvaro Herrera
Date:
Subject: Re: pgsql: Move relpath() to libpgcommon