Re: is_absolute_path incorrect on Windows - Mailing list pgsql-hackers

From Robert Haas
Subject Re: is_absolute_path incorrect on Windows
Date
Msg-id AANLkTinwcUtEWC_rNMLZHWePs77ysSuhUPyIEW9Jf1zb@mail.gmail.com
Whole thread Raw
In response to Re: is_absolute_path incorrect on Windows  (Giles Lean <giles.lean@pobox.com>)
Responses Re: is_absolute_path incorrect on Windows  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
On Tue, Jun 1, 2010 at 3:20 PM, Giles Lean <giles.lean@pobox.com> wrote:
> 1. is_relative_to_cwd() I continue to think is a bad name for something
>   concerned about ".." (plus on Windows not having a drive letter other
>   than the current one); the "normal" meaning of "relative path" is
>   merely "not absolute"

Maybe something like is_under_cwd()?

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise Postgres Company


pgsql-hackers by date:

Previous
From: Giles Lean
Date:
Subject: Re: is_absolute_path incorrect on Windows
Next
From: Merlin Moncure
Date:
Subject: Re: [RFC] A tackle to the leaky VIEWs for RLS