Re: Patch: Implement failover on libpq connect level.

Josh Berkus <josh@agliodbs.com>

From: Josh Berkus <josh@agliodbs.com>
To: Christopher Browne <cbbrowne@gmail.com>, Robert Haas <robertmhaas@gmail.com>, PostgreSQL Mailing Lists <pgsql-hackers@postgresql.org>
Date: 2015-10-30T17:21:53Z
Lists: pgsql-hackers
On 10/30/2015 08:29 AM, Christopher Browne wrote:
> I think it makes the feature WORSE.  I am getting more and more convinced
> that the Correct Solution is for this feature to be handled by submitting
> multiple URIs, and my argument isn't even based on any aspects of
> implementation complexity.

+1

-- 
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com


Commits

  1. libpq: Add target_session_attrs parameter.

  2. Remove superuser checks in pgstattuple

  3. Fix unwanted flushing of libpq's input buffer when socket EOF is seen.