]> granicus.if.org Git - postgresql/commit
Make pgwin32_putenv() probe every known CRT, regardless of compiler.
authorNoah Misch <noah@leadboat.com>
Sun, 4 Dec 2016 05:16:54 +0000 (00:16 -0500)
committerNoah Misch <noah@leadboat.com>
Sun, 4 Dec 2016 05:16:54 +0000 (00:16 -0500)
commit54aa6ccfc51414b94a2363be6302efb0f911b692
tree99df03d90c3f3ac4f2fcaaab96197a7d93fb38bb
parent202dbdbe41e1b1085a4d69c96bca9a52e634b196
Make pgwin32_putenv() probe every known CRT, regardless of compiler.

This extends to MinGW builds the provision for MSVC-built libraries to
see putenv() effects.  Doing so repairs, for example, the handling of
the krb_server_keyfile parameter when linked with MSVC-built MIT
Kerberos.  Like the previous commit, no back-patch.
src/port/win32env.c