Support building with Visual Studio 2015
authorAndrew Dunstan <[email protected]>
Fri, 29 Apr 2016 11:59:47 +0000 (07:59 -0400)
committerAndrew Dunstan <[email protected]>
Fri, 29 Apr 2016 12:06:25 +0000 (08:06 -0400)
commitda52474f3d3cbdf38d8a6677a4ebedaf402ade3a
tree5a9e9cf03b1d963e885a0f8c99f006055a2e1e93
parent2e1b4adf39178416740efba975757e413a9fb3f9
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.

Backpatch to 9.5
doc/src/sgml/install-windows.sgml
src/backend/port/win32/crashdump.c
src/bin/pg_basebackup/pg_basebackup.c
src/include/port/win32.h
src/port/chklocale.c
src/port/win32env.c
src/tools/msvc/MSBuildProject.pm
src/tools/msvc/Solution.pm
src/tools/msvc/VSObjectFactory.pm