On Wed, Apr 29, 2020 at 3:19 PM Peter Eisentraut
wrote:
>
> On 2020-04-29 09:05, Amit Kapila wrote:
> > On Tue, Oct 8, 2019 at 2:23 PM Peter Eisentraut
> > wrote:
> >>
> >> Remove some code for old unsupported versions of MSVC
> >>
> >> As of d9dd406fe281d22d5238d3c26a7182543c711e74, we require
On 2020-04-29 09:05, Amit Kapila wrote:
On Tue, Oct 8, 2019 at 2:23 PM Peter Eisentraut 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 ve
On Tue, Oct 8, 2019 at 2:23 PM Peter Eisentraut 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