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

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: Rename function to first_path_var_separator() to clarify it work
Дата
Msg-id E1PkqD8-0004sN-05@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Clearify macro IS_PATH_VAR_SEP in path.c so it is clear this is
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Various sepgsql corrections.