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

From Tom Lane
Subject Re: Bug in file access functions
Date
Msg-id 11975.1125342892@sss.pgh.pa.us
Whole thread Raw
In response to Bug in file access functions  ("Dave Page" <dpage@vale-housing.co.uk>)
List pgsql-patches
"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.

            regards, tom lane

pgsql-patches by date:

Previous
From: "Dave Page"
Date:
Subject: Bug in file access functions
Next
From: "Dave Page"
Date:
Subject: Re: Bug in file access functions