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 05:09:29
Message-ID: E1hiB2n-00009G-Oc@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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2b1394fc2b52a2573d08aa626e7b49568f27464e

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 Peter Geoghegan 2019-07-02 05:29:50 pgsql: Remove obsolete nbtree "get root" comment.
Previous Message Michael Paquier 2019-07-02 02:44:20 pgsql: Refactor code of reindexdb for query generation