Removes duplicate slashes from the path in canonicalize_path(). It

Bruce Momjian <bruce@momjian.us>

Commit: 33be9d359a827ba5c438428a621960f34c11b357
Author: Bruce Momjian <bruce@momjian.us>
Date: 2004-11-07T02:12:17Z
Releases: 8.0.0
Removes duplicate slashes from the path in canonicalize_path().  It
preserve double leading slashes on Win32.

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

Files

PathChange+/−
src/port/path.c modified +27 −7