Re: [PATCHES] Bug in file access functions

2005-08-29 Thread Dave Page
> -Original Message- > From: Tom Lane [mailto:[EMAIL PROTECTED] > Sent: 29 August 2005 20:15 > To: Dave Page > Cc: PostgreSQL-patches > Subject: Re: [PATCHES] Bug in file access functions > > "Dave Page" writes: > > 1) Stop them rejecting pa

Re: [PATCHES] Bug in file access functions

2005-08-29 Thread Tom Lane
"Dave Page" 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 expos