Hi
As per the installation doc available here,
http://www.postgresql.org/docs/devel/static/install-windows.html
the sources can be built with Microsoft Visual C++ 2005 to Microsoft Visual C++ 2013. Does it mean the higher version like Microsoft Visual C++ 2015 is not supported? We tried building it with Visual Studio 2015 and Windows 10 SDK, but see build errors like
As per the installation doc available here,
http://www.postgresql.org/docs/devel/static/install-windows.html
the sources can be built with Microsoft Visual C++ 2005 to Microsoft Visual C++ 2013. Does it mean the higher version like Microsoft Visual C++ 2015 is not supported? We tried building it with Visual Studio 2015 and Windows 10 SDK, but see build errors like
src/backend/utils/adt/pg_locale.c(809): error C2037: left of 'locale_name' specifies undefined struct/union '__crt_locale_data'
--
Sandeep Thakkar