Remove some code for old unsupported versions of MSVC - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Remove some code for old unsupported versions of MSVC
Date
Msg-id b3f955f4-672e-d96b-c8f4-c81c358f6630@2ndquadrant.com
Whole thread Raw
Responses Re: Remove some code for old unsupported versions of MSVC
List pgsql-hackers
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.

Previous code was also in some cases handling MinGW, where _MSC_VER is
not defined at all, incorrectly, such as in pg_ctl.c and win32_port.h,
leading to some compiler warnings.  This should now be handled better.

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

Attachment

pgsql-hackers by date:

Previous
From: Jeff Davis
Date:
Subject: Re: Memory Accounting
Next
From: Tom Lane
Date:
Subject: Re: Memory Accounting