Re: Bug in file access functions

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "PostgreSQL-patches" <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Bug in file access functions
Date: 2005-08-29 19:16:15
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E4AC9D03@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

> -----Original Message-----
> From: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
> Sent: 29 August 2005 20:15
> To: Dave Page
> Cc: PostgreSQL-patches
> Subject: Re: [PATCHES] Bug in file access functions
>
> "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.

Thanks Tom.

Regards, Dave.

Browse pgsql-patches by date

  From Date Subject
Next Message Mary Edie Meredith 2005-08-29 21:36:37 Re: data on devel code perf dip
Previous Message Tom Lane 2005-08-29 19:14:52 Re: Bug in file access functions