| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
| Cc: | "Matthew T(dot) O'Connor" <matthew(at)zeut(dot)net>, "T(dot)J(dot)" <tjtoocool(at)phreaker(dot)net>, pgsql-bugs(at)postgresql(dot)org, pgsql-hackers-win32(at)postgresql(dot)org |
| Subject: | Re: [pgsql-hackers-win32] More SSL questions.. |
| Date: | 2005-01-04 23:25:40 |
| Message-ID: | 21522.1104881140@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs pgsql-hackers-win32 |
Andrew Dunstan <andrew(at)dunslane(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | John R Pierce | 2005-01-05 00:04:12 | Re: [pgsql-hackers-win32] More SSL questions.. |
| Previous Message | Tanel Hiir | 2005-01-04 23:12:12 | Two broken linksin doc/FAQ_DEV |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | John R Pierce | 2005-01-05 00:04:12 | Re: [pgsql-hackers-win32] More SSL questions.. |
| Previous Message | Andrew Dunstan | 2005-01-04 22:51:33 | Re: [pgsql-hackers-win32] More SSL questions.. |