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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [pgsql-hackers-win32] More SSL questions..
Дата
Msg-id 21522.1104881140@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: More SSL questions..  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: [pgsql-hackers-win32] More SSL questions..  (John R Pierce <pierce@hogranch.com>)
Список 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 по дате отправления:

Предыдущее
От: "Matthew T. O'Connor"
Дата:
Сообщение: Re: More SSL questions..
Следующее
От: John R Pierce
Дата:
Сообщение: Re: [pgsql-hackers-win32] More SSL questions..