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

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Blind attempt at fixing the non-MSVC Windows builds
Date: 2013-02-22 14:55:06
Message-ID: E1U8u1i-0000jF-Ba@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2013-02-22 14:56:57 Re: pgsql: Move relpath() to libpgcommon
Previous Message Tom Lane 2013-02-22 14:21:58 pgsql: Fix whole-row references in postgres_fdw.