pgsql: Fix join_path_components() to not add a leading slash when joini

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

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/fd6dbc24ef1dc6b39a795b5e0e959cf500ad71d6

Modified Files
--------------
src/port/path.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)