pgsql: Rename function to first_path_var_separator() to clarify it work - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Rename function to first_path_var_separator() to clarify it work
Date
Msg-id E1PkqD8-0004sN-05@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Clearify macro IS_PATH_VAR_SEP in path.c so it is clear this is
Next
From: Robert Haas
Date:
Subject: pgsql: Various sepgsql corrections.