pgsql: Support building with Visual Studio 2017

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Support building with Visual Studio 2017
Дата
Msg-id E1fzp0j-0007GU-9B@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Support building with Visual Studio 2017

Haribabu Kommi, reviewed by Takeshi Ideriha and Christian Ullrich

Now backpatched to 9.4 and 9.3

Branch
------
REL9_4_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/19acfd6528bcbf55ad996397177a1f2a16001c25

Modified Files
--------------
doc/src/sgml/install-windows.sgml | 16 +++++++++-------
src/tools/msvc/MSBuildProject.pm  | 23 +++++++++++++++++++++++
src/tools/msvc/README             | 13 +++++++------
src/tools/msvc/Solution.pm        | 26 ++++++++++++++++++++++++++
src/tools/msvc/VSObjectFactory.pm | 13 +++++++++++++
5 files changed, 78 insertions(+), 13 deletions(-)


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

Предыдущее
От: Andrew Gierth
Дата:
Сообщение: pgsql: Repair double-free in SP-GIST rescan (bug #15378)
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove ruleutils.c's special case for BIT [VARYING] literals.