From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | Giles Lean <giles(dot)lean(at)pobox(dot)com> |
Cc: | Greg Stark <gsstark(at)mit(dot)edu>, Magnus Hagander <magnus(at)hagander(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: is_absolute_path incorrect on Windows |
Date: | 2010-06-01 03:02:21 |
Message-ID: | 201006010302.o5132Lb21822@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Giles Lean wrote:
>
> Greg Stark <gsstark(at)mit(dot)edu> wrote:
>
> > /* NOTE: these two functions aren't complementary under windows,
> > * be sure to use the right one */
> >
> > /* Check path always means the same thing regardless of cwd */
> > is_absolute_path()
> > /* Check that path is under cwd */
> > is_relative_path()
>
> Um ... isn't that second function name pretty misleading, if
> what you want is what the comment above it says?
>
> Assuming the comment is what you want (presumably, else you'd
> just negate a test of is_absolute_path()) then my suggestions
> for (IMHO :-) clearer names would be is_subdir_path() if you
> still want "path" in the name, or just is_subdir() if the
> meaning will be clear enough from context.
is_relative_to_cwd()?
--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ None of us is going to be here forever. +
From | Date | Subject | |
---|---|---|---|
Next Message | David E. Wheeler | 2010-06-01 03:26:48 | Re: functional call named notation clashes with SQL feature |
Previous Message | Giles Lean | 2010-06-01 02:58:28 | Re: is_absolute_path incorrect on Windows |