Re: Patch: Implement failover on libpq connect level.

From: Victor Wagner <vitus(at)wagner(dot)pp(dot)ru>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Patch: Implement failover on libpq connect level.
Date: 2016-08-31 08:13:30
Message-ID: 20160831111330.53a018ed@fafnir.local.vm
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-jdbc

On Tue, 30 Aug 2016 14:54:57 +0530
Mithun Cy <mithun(dot)cy(at)enterprisedb(dot)com> wrote:

> On Fri, Aug 26, 2016 at 10:10 AM, Mithun Cy
> <mithun(dot)cy(at)enterprisedb(dot)com> wrote:
> >
> > >rpath,'/home/mithun/edbsrc/patch6bin/lib',--enable-new-dtags
> > >-lecpg
> > -lpgtypes -lpq -lpgcommon -lpgport -lz -lrt -lcrypt -ldl -lm -o
> > test1
> > >../../../../../src/interfaces/libpq/libpq.so: undefined reference
> > >to
> > `pg_usleep'
> >
>
> As similar to psql I have added -lpq for compilation. So now ecpg
> tests compiles and make check-world has passed.

Thanks, I've added this to 7-th (yet unpublished here) version of my
patch, available on my site.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Victor Wagner 2016-08-31 08:13:34 Re: Patch: Implement failover on libpq connect level.
Previous Message Michael Banck 2016-08-31 08:10:53 Exclude schema during pg_restore

Browse pgsql-jdbc by date

  From Date Subject
Next Message Victor Wagner 2016-08-31 08:13:34 Re: Patch: Implement failover on libpq connect level.
Previous Message Alexandre Brito 2016-08-30 16:12:13 Re: SocketTimeout and ConnectionTimeout