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

From Bruce Momjian
Subject Re: is_absolute_path incorrect on Windows
Date
Msg-id 201006012204.o51M4f610858@momjian.us
Whole thread Raw
In response to Re: is_absolute_path incorrect on Windows  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: is_absolute_path incorrect on Windows
List pgsql-hackers
Robert Haas wrote:
> 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()?

Yeah, is_below_cwd?

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + None of us is going to be here forever. +


pgsql-hackers by date:

Previous
From: Hiroshi Inoue
Date:
Subject: Re: [COMMITTERS] pgsql: PGDLLEXPORT is __declspec (dllexport) only on MSVC, but is
Next
From: Tom Lane
Date:
Subject: Re: is_absolute_path incorrect on Windows