Make pgwin32_putenv() visit debug CRTs.
authorNoah Misch
Sat, 3 Dec 2016 20:46:36 +0000 (15:46 -0500)
committerNoah Misch
Sat, 3 Dec 2016 20:47:18 +0000 (15:47 -0500)
commitb45a4949de999bd1ee42b3f6029b75f6939c74c9
tree90da48676801dc576f827a69bf718447d6dc86ab
parentec7eacfae271a454e6ad01ea0f710dc71e1d9852
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.
src/port/win32env.c