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

Started by Bruce Momjianover 21 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

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)