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

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix join_path_components() to not add a leading slash when joini
Date: 2011-11-26 14:27:50
Message-ID: E1RUJEM-00018m-Br@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2011-11-26 14:29:28 Re: pgsql: Modify pg_dump to use error-free memory allocation macros. This
Previous Message Bruce Momjian 2011-11-26 14:18:36 Re: pgsql: Modify pg_dump to use error-free memory allocation macros. This