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-09-05T04:22:15Z
Lists: pgsql-hackers
Attachments
- libpq-failover-7.patch (text/x-patch) patch
On Mon, 5 Sep 2016 07:59:02 +0530
Mithun Cy <mithun.cy@enterprisedb.com> wrote:
> On Aug 31, 2016 1:44 PM, "Victor Wagner" <vitus@wagner.pp.ru> wrote:
> > Thanks, I've added this to 7-th (yet unpublished here) version of my
> > patch.
> Hi victor, just wanted know what your plan for your patch 07. Would
> you like to submit it to the community. I have just signed up as a
> reviewer for your patch.
As community shows an interest with this patch, and it has been
included in the current commitfest, I've to submit it.
This version of patch includes
1. Most important - a tap test suite (really small enough and has a
room for improvements).
2. Compatibility with older versions - now readonly check is skipped if
only one hostname is specified in the connect string
3. pg_host and pg_port variables now show host name and port library
was connected to.
4. Your fix with compilation of ecpg tests.
Patch is attached.
--
Victor Wagner <vitus@wagner.pp.ru>
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