From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | Magnus Hagander <magnus(at)hagander(dot)net> |
Cc: | PG Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Path separator |
Date: | 2009-03-18 09:28:47 |
Message-ID: | 937d27e10903180228s1a0e9811v645034b14ca2bde1@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Wed, Mar 18, 2009 at 9:24 AM, Magnus Hagander <magnus(at)hagander(dot)net> wrote:
> I've seen a couple of reports that the new SSL error messages on windows
> look strange with paths the wrong way. For example:
>
> root certificate file "C:\Documents and Settings\<SNIP>\Application
> Data/postgresql/root.crt" does not exist.
>
> The issue being the mix of forward and backwards slashes. Attached patch
> should fix this.
>
> Is this worth doing? Comments?
Yes. I've seen a couple of complaints as well, and both thought the
error was actually the mixed slashes causing the problem, and *not*
the missing root.crt.
--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
From | Date | Subject | |
---|---|---|---|
Next Message | Vlad Arkhipov | 2009-03-18 10:15:36 | DDL+SQL in PL/pgSQL EXECUTE |
Previous Message | Magnus Hagander | 2009-03-18 09:24:21 | Path separator |