On 2020-04-29 09:05, Amit Kapila wrote:
On Tue, Oct 8, 2019 at 2:23 PM Peter Eisentraut <pe...@eisentraut.org> wrote:

Remove some code for old unsupported versions of MSVC

As of d9dd406fe281d22d5238d3c26a7182543c711e74, we require MSVC 2013,
which means _MSC_VER >= 1800.  This means that conditionals about
older versions of _MSC_VER can be removed or simplified.


I wonder why this has not been backpatched to v12?

It's not a bug fix, so I didn't even consider it.

Also, this patch was part of a series of changes and cleanups in the Windows builds, so I wouldn't even know offhand whether backpatching it by itself would result in a clean state.

--
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


Reply via email to