Re: [BUGS] More SSL questions..

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Magnus Hagander <mha(at)sollentuna(dot)net>, Andrew Dunstan <andrew(at)dunslane(dot)net>, "Matthew T(dot) O'Connor" <matthew(at)zeut(dot)net>, pgsql-hackers-win32(at)postgresql(dot)org
Subject: Re: [BUGS] More SSL questions..
Date: 2005-01-06 19:23:21
Message-ID: 18944.1105039401@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> Tom Lane wrote:
>> if (!SHGetSpecialFolderPath(NULL, tmppath, CSIDL_APPDATA, FALSE))
>> return false;
>> snprintf(ret_path, MAXPGPATH, "%s/postgresql", tmppath);
>>
>> This needs to be tested of course.

> Uh, by default this directory is not going to exist, right?

The /postgresql subdirectory probably ought to be created by the Windows
installer. I don't think libpq ought to do it.

> And we need to change that to upper/lower
> "PostgreSQL", though that will not make a difference on Win32.

Weren't you just arguing to make the filenames as little different from
Unix as possible?

regards, tom lane

In response to

Responses

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Bruce Momjian 2005-01-06 19:24:11 Re: [BUGS] More SSL questions..
Previous Message Bruce Momjian 2005-01-06 19:17:45 Re: [BUGS] More SSL questions..