pgsql: Clearify macro IS_PATH_VAR_SEP in path.c so it is clear this is

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Clearify macro IS_PATH_VAR_SEP in path.c so it is clear this is
Date: 2011-02-03 03:28:46
Message-ID: E1PkpsE-0004X4-Vo@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Clearify macro IS_PATH_VAR_SEP in path.c so it is clear this is a path
variable, not a directory path.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=bffb638d16999ee7d3c8796e77dd87ac82719c7d

Modified Files
--------------
src/port/path.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-02-03 03:50:22 pgsql: Rename function to first_path_var_separator() to clarify it work
Previous Message Robert Haas 2011-02-03 02:11:40 pgsql: Log restartpoints in the same fashion as checkpoints.