]> granicus.if.org Git - postgresql/commit
Support building with Visual Studio 2015
authorAndrew Dunstan <andrew@dunslane.net>
Fri, 29 Apr 2016 11:59:47 +0000 (07:59 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Fri, 29 Apr 2016 12:09:07 +0000 (08:09 -0400)
commit0fb54de9aa4ffb792ea63af853146021ae501f12
tree143d27120773629c601894184c065b1eef12ba9b
parent59455018a8120bb3c02680b0f9764492c5283d99
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