Re: Bug in file access functions - Mailing list pgsql-patches

From Dave Page
Subject Re: Bug in file access functions
Date
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E4AC9D03@ratbert.vale-housing.co.uk
Whole thread Raw
In response to Bug in file access functions  ("Dave Page" <dpage@vale-housing.co.uk>)
List pgsql-patches

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

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: Bug in file access functions
Next
From: Allan Wang
Date:
Subject: Re: Work-in-progress referential action trigger timing patch