pgsql: Make pgwin32_putenv() probe every known CRT, regardless of compi - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Make pgwin32_putenv() probe every known CRT, regardless of compi
Date
Msg-id E1cDPJW-0004GF-0Y@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/54aa6ccfc51414b94a2363be6302efb0f911b692

Modified Files
--------------
src/port/win32env.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Make pgwin32_putenv() follow DLL loading and unloading.
Next
From: Noah Misch
Date:
Subject: pgsql: Document recipe for testing compatibility with old Perl.