Re: Remove support for Visual Studio 2013 - Mailing list pgsql-hackers

From Justin Pryzby
Subject Re: Remove support for Visual Studio 2013
Date
Msg-id 20220526154311.GA19626@telsasoft.com
Whole thread Raw
In response to Remove support for Visual Studio 2013  (Michael Paquier <michael@paquier.xyz>)
Responses Re: Remove support for Visual Studio 2013  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
Maybe consider removing this workaround?  The original problem report indicated
that it didn't affect later versions:

src/backend/optimizer/path/costsize.c:  /* This apparently-useless variable dodges a compiler bug in VS2013: */

I'm not sure if it's worth removing this one, though:

src/port/strtof.c: * On Windows, there's a slightly different problem: VS2013 has a strtof()



pgsql-hackers by date:

Previous
From: jian he
Date:
Subject: ICU_LOCALE set database default icu collation but not working as intended.
Next
From: Masahiko Sawada
Date:
Subject: Re: Add index scan progress to pg_stat_progress_vacuum