pgsql: Fix msvc build for localized versions of Visual C++

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix msvc build for localized versions of Visual C++
Date: 2010-10-17 14:41:34
Message-ID: E1P7UQY-0003TL-H6@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix msvc build for localized versions of Visual C++

Look only at the non-localized part of the output from "vcbuild /?",
which is used to determine the version of Visual Studio in use. Different
languages seem to localize different amounts of the string, but we assume
the part "Microsoft Visual C++" won't be modified.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=cd0e8253216907982fe369b91f6d788d699b6c47

Modified Files
--------------
src/tools/msvc/Solution.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-10-18 00:53:28 pgsql: Improve GIN indexscan cost estimation.
Previous Message Tom Lane 2010-10-16 14:13:05 pgsql: Fix recent changes to not break non-IPV6-aware systems.