pgsql: Make pgwin32_putenv() visit debug CRTs.

Lists: pgsql-committers
From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make pgwin32_putenv() visit debug CRTs.
Date: 2016-12-03 20:55:05
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers

Make pgwin32_putenv() visit debug CRTs.

This has no effect in the most conventional case, where no relevant DLL
uses a debug build. For an example where it does matter, given a debug
build of MIT Kerberos, the krb_server_keyfile parameter usually had no
effect. Since nobody wants a Heisenbug, back-patch to 9.2 (all
supported versions).

Christian Ullrich, reviewed by Michael Paquier.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/6c5d5918b5f7fe5e24680832a5c381dd3ae934f0

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