| From: | Victor Wagner <vitus(at)wagner(dot)pp(dot)ru> |
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Patch (3): Implement failover on libpq connect level. |
| Date: | 2015-10-26 07:58:56 |
| Message-ID: | 20151026075856.GA14306@wagner.pp.ru |
| Views: | Whole Thread | Raw Message | 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>.
New version of patch
1. Handles replication connections correctly (i.e doesn't attempt to
check readwrite mode if replication option is on)
2. Some minor improvement recommended by Korry Douglas in
<562A9259(dot)4060408(at)enterprisedb(dot)com>
--
Victor Wagner <vitus(at)wagner(dot)pp(dot)ru>
| Attachment | Content-Type | Size |
|---|---|---|
| libpq-failover-3.patch | text/x-diff | 31.9 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Paquier | 2015-10-26 08:33:14 | Re: [PATCH v3] GSSAPI encryption support |
| Previous Message | Ashutosh Bapat | 2015-10-26 06:37:55 | Re: questions about PG update performance |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Robert Haas | 2015-10-26 13:18:00 | Re: Patch (3): Implement failover on libpq connect level. |
| Previous Message | Tatsuo Ishii | 2015-10-24 12:45:21 | Re: JDBC driver debug out? |