Re: PG 10 release notes

From: "Tsunakawa, Takayuki" <tsunakawa(dot)takay(at)jp(dot)fujitsu(dot)com>
To: 'Bruce Momjian' <bruce(at)momjian(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, "Mithun Cy (mithun(dot)cy(at)enterprisedb(dot)com)" <mithun(dot)cy(at)enterprisedb(dot)com>, "Robert Haas (robertmhaas(at)gmail(dot)com)" <robertmhaas(at)gmail(dot)com>
Subject: Re: PG 10 release notes
Date: 2017-04-26 01:21:47
Message-ID: 0A3221C70F24FB45833433255569204D1F6EB2E0@G01JPEXMBYT05
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

From: 'Bruce Momjian' [mailto:bruce(at)momjian(dot)us]
> > I forgot to point out one thing.
> >
> > Allow libpq to connect to multiple specified host names (Robert Haas)
> > libpq will connect with the first responsive host name.
> >
> > According to the following CF entry and my memory,
> >
> > https://commitfest.postgresql.org/12/879/
> >
> > Authors
> > mithun cy (mithun.cy)
> >
> > Reviewers
> > Gerdan Santos (gerdan), Takayuki Tsunakawa (maumau)Remove from
> > reviewers
> >
> > Committer
> > Robert Haas (rhaas)
> >
> > The author should probably be "(Mithun Cy, Robert Haas, Victor Wagner)"
>
> I based the release note text on this commit:
>
> commit 274bb2b3857cc987cfa21d14775cae9b0dababa5
> Author: Robert Haas <rhaas(at)postgresql(dot)org>
> Date: Thu Nov 3 09:25:20 2016 -0400
>
> libpq: Allow connection strings and URIs to specify multiple
> hosts.
>
> It's also possible to specify a separate port for each host.
>
> Previously, we'd loop over every address returned by looking
> up the
> host name; now, we'll try every address for every host name.
>
> Patch by me. Victor Wagner wrote an earlier patch for this
> feature,
> which I read, but I didn't use any of his code. Review by Mithun
> Cy.
>
> Was it wrong?

Oh, that commit. I got it.

Regards
Takayuki Tsunakawa

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2017-04-26 01:24:40 Re: Concurrent ALTER SEQUENCE RESTART Regression
Previous Message Bruce Momjian 2017-04-26 01:19:41 Re: PG 10 release notes