| 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: | [email protected] |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Add support for Visual Studio 2019 in build scripts
This adjusts 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_11_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/721963f24ae8c2097bb7c44cc0f428740f6cf2a7
Modified Files
--------------
doc/src/sgml/install-windows.sgml | 19 +++++++-------
src/tools/msvc/MSBuildProject.pm | 25 ++++++++++++++++++
src/tools/msvc/README | 13 +++++-----
src/tools/msvc/Solution.pm | 28 ++++++++++++++++++++
src/tools/msvc/VSObjectFactory.pm | 54 +++++++++++++++++++++++++++++----------
5 files changed, 111 insertions(+), 28 deletions(-)
| 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 |