From: | Andreas Karlsson <andreas(at)proxel(dot)se> |
---|---|
To: | "Tsunakawa, Takayuki" <tsunakawa(dot)takay(at)jp(dot)fujitsu(dot)com>, 'Michael Paquier' <michael(dot)paquier(at)gmail(dot)com> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Robert Haas <robertmhaas(at)gmail(dot)com>, "mithun(dot)cy(at)enterprisedb(dot)com" <mithun(dot)cy(at)enterprisedb(dot)com> |
Subject: | Re: Broken SSL tests in master |
Date: | 2016-11-25 06:33:36 |
Message-ID: | 1fb491a8-8097-8407-d64b-d58e56ace204@proxel.se |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 11/25/2016 07:19 AM, Tsunakawa, Takayuki wrote:
> Specifying multiple hosts is a new feature to be introduced in v10, so that's here:
>
> https://www.postgresql.org/docs/devel/static/libpq-connect.html
Thanks, I had missed that patch. If we add support for multiple hosts I
think we should also allow for specifying the corresponding multiple
hostaddrs.
Another thought about this code: should we not check if it is a unix
socket first before splitting the host? While I doubt that it is common
to have a unix socket in a directory with comma in the path it is a bit
annoying that we no longer support this.
Andreas
From | Date | Subject | |
---|---|---|---|
Next Message | Pavel Stehule | 2016-11-25 06:44:12 | Re: patch: function xmltable |
Previous Message | Tsunakawa, Takayuki | 2016-11-25 06:19:49 | Re: Broken SSL tests in master |