Re: krb_server_keyfile setting doesn't work on Windows - Mailing list pgsql-hackers

From Tom Lane
Subject Re: krb_server_keyfile setting doesn't work on Windows
Date
Msg-id 17943.1262189456@sss.pgh.pa.us
Whole thread Raw
In response to krb_server_keyfile setting doesn't work on Windows  (Hiroshi Inoue <inoue@tpf.co.jp>)
Responses Re: krb_server_keyfile setting doesn't work on Windows  (Hiroshi Inoue <inoue@tpf.co.jp>)
List pgsql-hackers
Hiroshi Inoue <inoue@tpf.co.jp> writes:
> Because gssapi32.dll(krb5_32.dll) seems to call
> getenv("KRB5_KTNAME") in msvcr71, postgres.exe
> should call putenv("KRB5_KTNAME=...") in msvcr71.
> The attached patch fixes the problem in my test
> case.

Don't we already have something like that in our src/port putenv
substitute?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: test/example does not support win32.
Next
From: Tom Lane
Date:
Subject: Re: Thoughts on statistics for continuously advancing columns