pgsql: Support building with Visual Studio 2017

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Support building with Visual Studio 2017
Date: 2017-09-25 12:09:54
Message-ID: E1dwSCw-0005R5-7Y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Support building with Visual Studio 2017

Haribabu Kommi, reviewed by Takeshi Ideriha and Christian Ullrich

Backpatch to 9.6

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/99e90bac4f9f3bd8d7b285a6f4095c2089e09efe

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-09-25 15:55:30 pgsql: Make construct_[md_]array return a valid empty array for zero-si
Previous Message Tom Lane 2017-09-24 16:05:09 pgsql: Fix assorted infelicities in new SetWALSegSize() function.