pgsql: Rename function to first_path_var_separator() to clarify it work

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Rename function to first_path_var_separator() to clarify it work
Date: 2011-02-03 03:50:22
Message-ID: E1PkqD8-0004sN-05@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Rename function to first_path_var_separator() to clarify it works with
path variables, not directory paths.

Branch
------
master

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

Modified Files
--------------
src/backend/utils/fmgr/dfmgr.c | 2 +-
src/include/port.h | 2 +-
src/port/exec.c | 2 +-
src/port/path.c | 4 ++--
4 files changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-02-03 04:41:05 pgsql: Various sepgsql corrections.
Previous Message Bruce Momjian 2011-02-03 03:28:46 pgsql: Clearify macro IS_PATH_VAR_SEP in path.c so it is clear this is