Re: Patch: Implement failover on libpq connect level.
Victor Wagner <vitus@wagner.pp.ru>
From: Victor Wagner <vitus@wagner.pp.ru>
To: pgsql-hackers@postgresql.org
Date: 2016-08-31T08:13:30Z
Lists: pgsql-hackers
On Tue, 30 Aug 2016 14:54:57 +0530 Mithun Cy <mithun.cy@enterprisedb.com> wrote: > 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, I've added this to 7-th (yet unpublished here) version of my patch, available on my site.
Commits
-
libpq: Add target_session_attrs parameter.
- 721f7bd3cbcc 10.0 landed
-
Remove superuser checks in pgstattuple
- fd321a1dfd64 10.0 cited
-
Fix unwanted flushing of libpq's input buffer when socket EOF is seen.
- c405918858c0 9.6.0 cited