Re: Patch: Implement failover on libpq connect level. - Mailing list pgsql-hackers

From Mithun Cy
Subject Re: Patch: Implement failover on libpq connect level.
Date
Msg-id CAD__Ouh53ttKfZ-439R9OGDOx=1xbBHS34SKOgTLqu73=gcp7Q@mail.gmail.com
Whole thread Raw
In response to Re: Patch: Implement failover on libpq connect level.  (Mithun Cy <mithun.cy@enterprisedb.com>)
Responses Re: Patch: Implement failover on libpq connect level.  (Victor Wagner <vitus@wagner.pp.ru>)
List pgsql-hackers
On Fri, Aug 26, 2016 at 10:10 AM, Mithun Cy <mithun.cy@enterprisedb.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

Attachment

pgsql-hackers by date:

Previous
From: Devrim Gündüz
Date:
Subject: 9.5.4: Segfault (signal 11) while running ALTER TABLE
Next
From: Heikki Linnakangas
Date:
Subject: Pinning a buffer in TupleTableSlot is unnecessary