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

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

From
Bruce Momjian
Date:
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(-)