Re: pgsql: Add putenv support for msvcrt from Visual Studio 2013

From: Christian Ullrich <chris(at)chrullrich(dot)net>
To: Magnus Hagander <magnus(at)hagander(dot)net>, <pgsql-committers(at)postgresql(dot)org>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pgsql: Add putenv support for msvcrt from Visual Studio 2013
Date: 2016-04-24 19:56:17
Message-ID: b0c66170-5711-20dd-2de3-408429ca0f48@chrullrich.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

* Magnus Hagander wrote:

> Add putenv support for msvcrt from Visual Studio 2013
>
> This was missed when VS 2013 support was added.
>
> Michael Paquier
>
> Branch
> ------
> master
>
> Details
> -------
> http://git.postgresql.org/pg/commitdiff/9f633b404cb3be6139f8dfdea00538489ffef9ab

Just noticed something. This DLL detection by name has never worked in
debug builds where the DLL names end in "d". Is that important?

--
Christian

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2016-04-25 00:48:25 pgsql: doc: Fix typo
Previous Message Tom Lane 2016-04-24 19:31:54 pgsql: Improve PostgresNode.pm's logic for detecting already-in-use por

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2016-04-24 21:10:19 Re: Suspicious behaviour on applying XLOG_HEAP2_VISIBLE.
Previous Message Tom Lane 2016-04-24 19:43:56 Re: Why doesn't src/backend/port/win32/socket.c implement bind()?