pgsql: Add putenv support for msvcrt from Visual Studio 2013

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add putenv support for msvcrt from Visual Studio 2013
Date: 2016-04-22 09:22:36
Message-ID: E1atXIK-0003us-GD@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add putenv support for msvcrt from Visual Studio 2013

This was missed when VS 2013 support was added.

Michael Paquier

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/ab5c6d01f6dbe036469fd77b488a21ca8d7d26f1

Modified Files
--------------
src/port/win32env.c | 3 +++
1 file changed, 3 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Kevin Grittner 2016-04-22 13:06:05 Re: Re: [COMMITTERS] pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold <
Previous Message Tom Lane 2016-04-22 03:17:47 pgsql: Fix unexpected side-effects of operator_precedence_warning.