Re: Patch (3): 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: 2015-11-18T07:15:19Z
Lists: pgsql-hackers
Attachments
- libpq-failover-4.patch (text/x-patch) patch
On Tue, 17 Nov 2015 19:42:42 +0000 Thom Brown <thom@linux.com> wrote: > > This patch doesn't apply. On line 636, this appears: It doesn't apply to current state of the master branch due to changes in fe-connect.c made by Tom Lane in the commit c40591885. Unfortunately these changes appears in the source just line by line with my changes. I'm attaching here updated version of the patch, applicable to master later that 11-12-2015.
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