You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
No members of the buildfarm are using this version of Visual Studio,resulting in all the code cleaned up here as being mostly dead, andVS2017 is the oldest version still supported.More versions could be cut, but the gain would be minimal, whileremoving only VS2013 has the advantage to remove from the core code allthe dependencies on the value defined by _MSC_VER, where compatibilitytweaks have accumulated across the years mostly around locales andstrtof(), so that's a nice isolated cleanup.Note that this commit additionally allows a revert of3154e16. Theversions of Visual Studio now supported range from 2015 to 2022.Author: Michael PaquierReviewed-by: Juan José Santamaría Flecha, Tom Lane, Thomas Munro, JustinPryzbyDiscussion:https://postgr.es/m/YoH2IMtxcS3ncWn+@paquier.xyz