Re: VS 2015 support in src/tools/msvc - Mailing list pgsql-hackers

From Christian Ullrich
Subject Re: VS 2015 support in src/tools/msvc
Date
Msg-id f2b84020-6f18-c9cb-3132-f75d7ecb68e6@chrullrich.net
Whole thread Raw
In response to Re: VS 2015 support in src/tools/msvc  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: VS 2015 support in src/tools/msvc  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
* Andrew Dunstan wrote:

> On 04/24/2016 12:14 PM, Tom Lane wrote:

>> Andrew Dunstan <andrew@dunslane.net> writes:
>>> OK, here's my final version of the patch, which I will apply in 24 hours
>>> or so unless there is an objection.

>> BTW, in view of 9f633b404, shouldn't there be a similar addition to
>> win32env.c in this patch?

> msvcr120.dll seems to be the highest numbered one on my system, and we
> already cover that. If you like we can add to the comments in that file.

There won't be a higher one, with VS 2015, CRT became a system 
component, namely, UCRT. However, ucrtbase.dll does export putenv, so it 
might need to be added.

-- 
Christian





pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Ordering in guc.c vs. config.sgml vs. postgresql.sample.conf
Next
From: Andrew Dunstan
Date:
Subject: Re: VS 2015 support in src/tools/msvc