Make pgwin32_putenv() visit debug CRTs.

Noah Misch <noah@leadboat.com>

Commit: d83c942920d9a6b9fc7f1b11ab93bfc65be39a03
Author: Noah Misch <noah@leadboat.com>
Date: 2016-12-03T20:47:52Z
Releases: 9.2.20
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.

Files

PathChange+/−
src/port/win32env.c modified +21 −0