Re: Fix for file names with spaces

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: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>, Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
Subject: Re: Fix for file names with spaces
Date: 2005-10-05 15:08:27
Message-ID: 18808.1128524907@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> Sorry, this is the same patch with the proper subject line.

Why does this patch convert '\' to '\\' and not to '/' ?
AFAICS that does nothing except to make the code more fragile.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Gaetano Mendola 2005-10-05 15:20:30 wrong optimization ( postgres 8.0.3 )
Previous Message Teodor Sigaev 2005-10-05 14:32:59 Interesting optimizer's supposition in 8.1

Browse pgsql-patches by date

  From Date Subject
Next Message Dave Page 2005-10-05 15:15:53 Re: Fix for file names with spaces
Previous Message Bruce Momjian 2005-10-05 12:17:44 Fix for file names with spaces