Re: Patch: Implement failover on libpq connect level.
Peter Eisentraut <peter_e@gmx.net>
From: Peter Eisentraut <peter_e@gmx.net>
To: pgsql-hackers@postgresql.org
Date: 2015-10-26T20:25:57Z
Lists: pgsql-hackers
On 10/14/15 6:41 AM, Victor Wagner wrote: > 1. It is allowed to specify several hosts in the connect string, either > in URL-style (separated by comma) or in param=value form (several host > parameters). I'm not fond of having URLs that are not valid URLs according to the applicable standards. Because then they can't be parsed or composed by standard libraries. Also, this assumes that all the components other than host and port are the same. Earlier there was a discussion about why the ports would ever need to be different. Well, why can't the database names be different? I could have use for that. I think you should just accept multiple URLs.
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