Re: Patch: Implement failover on libpq connect level.

From: Mithun Cy <mithun(dot)cy(at)enterprisedb(dot)com>
To: David Steele <david(at)pgmasters(dot)net>, Victor Wagner <vitus(at)wagner(dot)pp(dot)ru>
Cc: Simon Riggs <simon(at)2ndquadrant(dot)com>, Thom Brown <thom(at)linux(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Patch: Implement failover on libpq connect level.
Date: 2016-08-30 09:24:57
Message-ID: CAD__Ouh53ttKfZ-439R9OGDOx=1xbBHS34SKOgTLqu73=gcp7Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-jdbc

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 and Regards
Mithun C Y
EnterpriseDB: http://www.enterprisedb.com

Attachment Content-Type Size
libpq-failover-ecpg-make-01.patch application/octet-stream 605 bytes

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2016-08-30 10:12:41 Pinning a buffer in TupleTableSlot is unnecessary
Previous Message Devrim Gündüz 2016-08-30 09:09:34 9.5.4: Segfault (signal 11) while running ALTER TABLE

Browse pgsql-jdbc by date

  From Date Subject
Next Message Jingzhi Zhang 2016-08-30 15:23:03 Re: SocketTimeout and ConnectionTimeout
Previous Message danap 2016-08-28 17:17:15 Re: Simple queries with JDBC escaped scalar functions result in exceptions