Re: Patch: Implement failover on libpq connect level.

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Robert Haas <robertmhaas(at)gmail(dot)com>, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Cc: Craig Ringer <craig(at)2ndquadrant(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Patch: Implement failover on libpq connect level.
Date: 2015-11-17 20:20:30
Message-ID: 564B8C0E.6040009@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-jdbc

On 11/6/15 3:59 PM, Robert Haas wrote:
> So, I really wonder why we're not happy with the ability to substitute
> out just the host and IP.

One of my concerns is that the proposed URLs are not valid URLs anymore
that can be parsed or composed with a URL library, which would be sad.

The other issue is that I think it's taking the implementation down the
wrong path.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2015-11-17 20:23:06 Re: Patch: Implement failover on libpq connect level.
Previous Message Peter Eisentraut 2015-11-17 20:10:48 Re: [PATCH] SQL function to report log message

Browse pgsql-jdbc by date

  From Date Subject
Next Message Peter Eisentraut 2015-11-17 20:23:06 Re: Patch: Implement failover on libpq connect level.
Previous Message Thom Brown 2015-11-17 19:42:42 Re: Patch (3): Implement failover on libpq connect level.