Hiroshi Inoue <inoue(at)tpf(dot)co(dot)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