Re: [pgsql-hackers-win32] More SSL questions.. - Mailing list pgsql-bugs

From Tom Lane
Subject Re: [pgsql-hackers-win32] More SSL questions..
Date
Msg-id 21522.1104881140@sss.pgh.pa.us
Whole thread Raw
In response to Re: More SSL questions..  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: [pgsql-hackers-win32] More SSL questions..  (John R Pierce <pierce@hogranch.com>)
List pgsql-bugs
Andrew Dunstan <andrew@dunslane.net> writes:
> I think CSIDL_APPDDATA is probably the way to go, but one of the heavy
> Windows hitters will know better than I do.

Now that I look at it, there are several places that are depending on
getenv("HOME") or getenv("USERPROFILE") (on Windows) as the meaning of
"home directory".  In particular ~/.pgpass is sought there, and psql
also uses get_home_path in a lot of places.

Seems like we should be consistent about this --- either we trust $HOME
or we don't.

            regards, tom lane

pgsql-bugs by date:

Previous
From: "Matthew T. O'Connor"
Date:
Subject: Re: More SSL questions..
Next
From: John R Pierce
Date:
Subject: Re: [pgsql-hackers-win32] More SSL questions..