Re: Patch: Implement failover on libpq connect level.
Mithun Cy <mithun.cy@enterprisedb.com>
From: Mithun Cy <mithun.cy@enterprisedb.com>
To: David Steele <david@pgmasters.net>, Victor Wagner <vitus@wagner.pp.ru>
Cc: Simon Riggs <simon@2ndquadrant.com>, Thom Brown <thom@linux.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2016-08-30T09:24:57Z
Lists: pgsql-hackers
Attachments
- libpq-failover-ecpg-make-01.patch (application/octet-stream) patch
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 EnterpriseDB: http://www.enterprisedb.com
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