Re: pgsql: psql: fix \connect with URIs and conninfo strings

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: psql: fix \connect with URIs and conninfo strings
Date: 2015-04-02 02:36:50
Message-ID: CAB7nPqTO1FN7iNXaPS2eXDy4WXBnCWnOOawePtt-JvOrLi36kg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Thu, Apr 2, 2015 at 10:58 AM, Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
wrote:
>
> On other Linux machines, tests for dblink are failing:
> + ERROR: could not load library
> "/usr/src/pgfarm/build/HEAD/inst/lib/postgresql/dblink.so":
> /usr/src/pgfarm/build/HEAD/inst/lib/libpq.so.5: undefined symbol:
> libpq_connstring_is_recognized
>

The patch attached fixes all those inconsistencies (tested build on OSX and
Windows).
--
Michael

Attachment Content-Type Size
0001-Fix-libpq-build-errors-caused-by-fcef1617.patch text/x-patch 3.1 KB

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-04-02 02:49:07 Re: pgsql: psql: fix \connect with URIs and conninfo strings
Previous Message Michael Paquier 2015-04-02 01:58:58 Re: pgsql: psql: fix \connect with URIs and conninfo strings