pgsql: Remove bogus redefinition of _MSC_VER.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove bogus redefinition of _MSC_VER.
Date: 2017-04-11 19:32:36
Message-ID: E1cy1Wm-0000uT-SB@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove bogus redefinition of _MSC_VER.

Commit a4777f355 was a shade too mechanical: we don't want to override
MSVC's own definition of _MSC_VER, as that breaks tests on its numerical
value. Per buildfarm.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/587d62d8562d658a2a9be60bc4574b6f9e592cb1

Modified Files
--------------
src/tools/msvc/ecpg_regression.proj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2017-04-11 19:36:21 Re: pgsql: Remove bogus redefinition of _MSC_VER.
Previous Message Tom Lane 2017-04-11 17:53:32 pgsql: Simplify handling of remote-qual pass-forward in postgres_fdw.