Re: pgsql: Support building with Visual Studio 2015 - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: pgsql: Support building with Visual Studio 2015
Date
Msg-id 572365F5.3030303@dunslane.net
Whole thread Raw
In response to Re: pgsql: Support building with Visual Studio 2015  (Christian Ullrich <chris@chrullrich.net>)
List pgsql-hackers

On 04/29/2016 09:29 AM, Christian Ullrich wrote:
> * Andrew Dunstan wrote:
>
>> Support building with Visual Studio 2015
>> http://git.postgresql.org/pg/commitdiff/da52474f3d3cbdf38d8a6677a4ebedaf402ade3a
>>
>
> diff --git a/src/port/win32env.c b/src/port/win32env.c
> index 7e4ff62..d6b0ebe 100644 (file)
> --- a/src/port/win32env.c
> +++ b/src/port/win32env.c
> @@ -70,6 +70,9 @@ pgwin32_putenv(const char *envval)
>             "msvcr120", 0, NULL
>         },                      /* Visual Studio 2013 */
>         {
> +           "urctbase", 0, NULL
> +       },                      /* Visual Studio 2015 and later */
> +       {
>             NULL, 0, NULL
>         }
>     };
>
> s/urctbase/ucrtbase/
>
> Sorry, I missed that this morning.
>


Oh, darn, thanks. Will fix.

cheers

andrew



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [sqlsmith] Failed assertion in BecomeLockGroupLeader
Next
From: Tom Lane
Date:
Subject: Re: 9.6 and fsync=off