From: | Victor Wagner <vitus(at)wagner(dot)pp(dot)ru> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Patch (2): Implement failover on libpq connect level. |
Date: | 2015-10-21 09:07:22 |
Message-ID: | 20151021090722.GA7825@wagner.pp.ru |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-jdbc |
On 2015.10.14 at 13:41:51 +0300, Victor Wagner wrote:
>
> Attached patch which implements client library failover and
> loadbalancing as was described in the proposal
> <20150818041850(dot)GA5092(at)wagner(dot)pp(dot)ru>.
>
I'm sending imporoved verison of patch. As Olexander Shulgin noted,
previous version of patch lacks support for service files.
Now support for service files is implemented and multiple host
statements in the service file are allowed.
--
Victor Wagner <vitus(at)wagner(dot)pp(dot)ru>
Attachment | Content-Type | Size |
---|---|---|
libpq-failover-2.patch | text/x-diff | 31.7 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Ashutosh Bapat | 2015-10-21 09:23:44 | Re: Getting sorted data from foreign server |
Previous Message | Michael Paquier | 2015-10-21 07:53:32 | Re: [PATCH v3] GSSAPI encryption support |
From | Date | Subject | |
---|---|---|---|
Next Message | Thom Brown | 2015-10-22 13:33:11 | Re: Patch (2): Implement failover on libpq connect level. |
Previous Message | Dave Cramer | 2015-10-20 11:21:04 | Re: DatabaseMetaData.getTypeInfo() - returns all tables as well |