From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk> |
Cc: | "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>, "PostgreSQL-patches" <pgsql-patches(at)postgresql(dot)org> |
Subject: | Re: Fix for file names with spaces |
Date: | 2005-10-05 15:31:07 |
Message-ID: | 19034.1128526267@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
"Dave Page" <dpage(at)vale-housing(dot)co(dot)uk> writes:
>> Why does this patch convert '\' to '\\' and not to '/' ?
> Because support on Windows for / is somewhat inconsistent outside of the
> Msys shell.
Do we care about that for the purposes that pg_config will be used for?
It seems more likely to me that emitting \\ will break things than that
it will help. In particular, we know that the former behavior worked
fine modulo the pathnames-with-spaces problem.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2005-10-05 15:35:55 | Re: Fix for file names with spaces |
Previous Message | Dave Page | 2005-10-05 15:15:53 | Re: Fix for file names with spaces |