pgsql: Add support for Visual Studio 2019 in build scripts

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Add support for Visual Studio 2019 in build scripts
Дата
Msg-id E1hiSgc-000687-K4@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add support for Visual Studio 2019 in build scripts

This fixes at the same time a set of inconsistencies in the
documentation and the scripts related to the versions of Windows SDK
supported.

Author: Haribabu Kommi
Reviewed-by: Andrew Dunstan, Juan José Santamaría Flecha, Michael
Paquier
Discussion: https://postgr.es/m/CAJrrPGcfqXhfPyMrny9apoDU7M1t59dzVAvoJ9AeAh5BJi+UzA@mail.gmail.com
Backpatch-through: 9.4

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/f2d069ce95b13f7ebfc4998ed708e3693166f46d

Modified Files
--------------
doc/src/sgml/install-windows.sgml | 20 ++++++++------
src/tools/msvc/MSBuildProject.pm  | 25 +++++++++++++++++
src/tools/msvc/README             | 14 +++++-----
src/tools/msvc/Solution.pm        | 28 +++++++++++++++++++
src/tools/msvc/VSObjectFactory.pm | 58 +++++++++++++++++++++++++++++----------
5 files changed, 114 insertions(+), 31 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Fix accidentally swapped error message arguments
Следующее
От: Michael Meskes
Дата:
Сообщение: pgsql: Fix small memory leak in ecpglibecpg_update_declare_statement()