Re: Bug in file access functions

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
Cc: "PostgreSQL-patches" <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Bug in file access functions
Date: 2005-08-29 19:14:52
Message-ID: 11975.1125342892@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:
> 1) Stop them rejecting paths that use Windows backslash directory
> seperators.

Hmm, seems like it should be using is_absolute_path(). Will fix.

> 2) Allow absolute paths to files into the data dir, as we already do for
> the log dir.

Seems reasonable, given that we expose the data dir path anyway.

regards, tom lane

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Dave Page 2005-08-29 19:16:15 Re: Bug in file access functions
Previous Message Dave Page 2005-08-29 18:39:13 Bug in file access functions