1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-28 11:55:03 +03:00

Rename function to first_path_var_separator() to clarify it works with

path variables, not directory paths.
This commit is contained in:
Bruce Momjian
2011-02-02 22:49:54 -05:00
parent bffb638d16
commit 426227850b
4 changed files with 5 additions and 5 deletions

View File

@@ -610,7 +610,7 @@ find_in_dynamic_libpath(const char *basename)
char *mangled;
char *full;
piece = first_path_separator(p);
piece = first_path_var_separator(p);
if (piece == p)
ereport(ERROR,
(errcode(ERRCODE_INVALID_NAME),