]> 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:52 +0000 (15:47 -0500)
commitd83c942920d9a6b9fc7f1b11ab93bfc65be39a03
treeb3593799a61809bf48f5d74e928b49dad7973374
parenta9265258af9597f3a69bcb8dadfc94cc6afdf0c7
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