Обсуждение: pgsql: Removes duplicate slashes from the path in canonicalize_path().

Поиск
Список
Период
Сортировка

pgsql: Removes duplicate slashes from the path in canonicalize_path().

От
momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Log Message:
-----------
Removes duplicate slashes from the path in canonicalize_path().  It
preserve double leading slashes on Win32.

e.g.    ////a////b => /a/b

Modified Files:
--------------
    pgsql/src/port:
        path.c (r1.44 -> r1.45)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/path.c.diff?r1=1.44&r2=1.45)