Re: psql \ir filename normalization - Mailing list pgsql-hackers

From Robert Haas
Subject Re: psql \ir filename normalization
Date
Msg-id CA+TgmoYnWag9yE+7OvQoqC6VY4fd2TGbU9=p+vo7ta+YWGA0iw@mail.gmail.com
Whole thread Raw
In response to Re: psql \ir filename normalization  (Bruce Momjian <bruce@momjian.us>)
Responses Re: psql \ir filename normalization
List pgsql-hackers
On Mon, Nov 21, 2011 at 1:05 PM, Bruce Momjian <bruce@momjian.us> wrote:
> Robert Haas wrote:
>> Argh.  The root of the problem here seems to be that
>> join_path_components() feels entitled to arbitrarily insert a pathname
>> separator at the front of the output string even if its first input
>> didn't begin with one originally.  Lame!
>
> The attached patch fixes this report, I think.

Looks sensible.  Keep in mind we need to back-patch this.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: COUNT(*) and index-only scans
Next
From: Robert Haas
Date:
Subject: Re: proposal: better support for debugging of overloaded functions