]> granicus.if.org Git - postgresql/commit
Make pgwin32_putenv() visit debug CRTs.
authorNoah Misch <noah@leadboat.com>
Sat, 3 Dec 2016 20:46:36 +0000 (15:46 -0500)
committerNoah Misch <noah@leadboat.com>
Sat, 3 Dec 2016 20:47:31 +0000 (15:47 -0500)
commit6c5d5918b5f7fe5e24680832a5c381dd3ae934f0
tree702caaa496b710376da2d4f2d1bc0829f3e2f9ee
parent4c3505eb46779a2d4ea55b731736b994a0f3eb49
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