Fix join_path_components() to not add a leading slash when joining to an

Bruce Momjian <bruce@momjian.us>

Commit: fd6dbc24ef1dc6b39a795b5e0e959cf500ad71d6
Author: Bruce Momjian <bruce@momjian.us>
Date: 2011-11-26T14:27:11Z
Releases: 9.2.0
Fix join_path_components() to not add a leading slash when joining to an
initial null string.

Per report from Robert Haas in testing psql \ir.

Files

PathChange+/−
src/port/path.c modified +2 −1