]> 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>
Tue, 11 Sep 2018 19:46:35 +0000 (15:46 -0400)
commit0482578328288220c01b3f38e55fd866f8351b25
tree8b340631a2644182b11cb04c842feafbf8a96c29
parent92f0c5083db544a90a281775ffc92390046dd97e
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
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