Re: pgsql: Support building with Visual Studio 2015

From: Christian Ullrich <chris(at)chrullrich(dot)net>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>, <pgsql-committers(at)postgresql(dot)org>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pgsql: Support building with Visual Studio 2015
Date: 2016-04-29 13:29:37
Message-ID: 354e8d47-3e09-a1f5-35ba-e47d1685a6ef@chrullrich.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

* 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.

--
Christian

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2016-04-29 13:47:33 Re: pgsql: Support building with Visual Studio 2015
Previous Message Andrew Dunstan 2016-04-29 12:09:30 pgsql: Support building with Visual Studio 2015

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2016-04-29 13:35:23 Re: UNION ALL - Var attno
Previous Message Andrew Dunstan 2016-04-29 13:18:46 Re: Add jsonb_compact(...) for whitespace-free jsonb to text