pgsql: Support building with Visual Studio 2015 - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Support building with Visual Studio 2015
Date
Msg-id E1fzp0j-0007GS-8q@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Support building with Visual Studio 2015

Adjust the way we detect the locale. As a result the minumum Windows
version supported by VS2015 and later is Windows Vista. Add some tweaks
to remove new compiler warnings. Remove documentation references to the
now obsolete msysGit.

Michael Paquier, somewhat edited by me, reviewed by Christian Ullrich.

Rather belated backpatch to 9.4 and 9.3

Branch
------
REL9_4_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9ca32a6ebc12d91a4df314e47bb1faf933e5bbb4

Modified Files
--------------
doc/src/sgml/install-windows.sgml     | 29 +++++++++--------
src/backend/port/win32/crashdump.c    | 14 ++++++++
src/bin/pg_basebackup/pg_basebackup.c |  9 ++++--
src/include/port/win32.h              | 22 ++++++++++---
src/port/chklocale.c                  | 61 +++++++++++++++++++++++++++--------
src/port/win32env.c                   |  5 ++-
src/tools/msvc/MSBuildProject.pm      | 23 +++++++++++++
src/tools/msvc/Solution.pm            | 26 +++++++++++++++
src/tools/msvc/VSObjectFactory.pm     | 12 +++++--
9 files changed, 166 insertions(+), 35 deletions(-)


pgsql-committers by date:

Previous
From: Andrew Gierth
Date:
Subject: pgsql: Repair double-free in SP-GIST rescan (bug #15378)
Next
From: Tom Lane
Date:
Subject: pgsql: Remove ruleutils.c's special case for BIT [VARYING] literals.