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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
