pgsql: Add support for Visual Studio 2019 in build scripts

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add support for Visual Studio 2019 in build scripts
Date: 2019-07-02 23:59:46
Message-ID: E1hiSgc-000687-K4@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2019-07-03 01:17:23 pgsql: Fix small memory leak in ecpglib ecpg_update_declare_statement()
Previous Message Peter Eisentraut 2019-07-02 22:45:52 pgsql: Fix accidentally swapped error message arguments