Обсуждение: pgsql: Make pgwin32_putenv() probe every known CRT, regardless of compi

Поиск
Список
Период
Сортировка

pgsql: Make pgwin32_putenv() probe every known CRT, regardless of compi

От
Noah Misch
Дата:
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(-)