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

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема pgsql: Fix msvc build for localized versions of Visual C++
Дата
Msg-id E1P7UQY-0003TM-HE@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
REL9_0_STABLE

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

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


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Fix msvc build for localized versions of Visual C++
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Improve GIN indexscan cost estimation.