pgsql: libpq: Fix another bug in 721f7bd3cbccaf8c07cad2707826b83f846948

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: libpq: Fix another bug in 721f7bd3cbccaf8c07cad2707826b83f846948
Date: 2016-12-05 19:12:24
Message-ID: E1cDyga-00022w-Cj@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

libpq: Fix another bug in 721f7bd3cbccaf8c07cad2707826b83f84694832.

If we failed to connect to one or more hosts, and then afterwards we
find one that fails to be read-write, the latter error message was
clobbering any earlier ones. Repair.

Mithun Cy, slightly revised by me.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a0ae54df9b153256a9d0afe45732853cb5ccae09

Modified Files
--------------
src/interfaces/libpq/fe-connect.c | 66 +++++++++++++++++++++++++++++++++++++++
1 file changed, 66 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-12-05 19:32:40 Re: [COMMITTERS] pgsql: Introduce dynamic shared memory areas.
Previous Message Robert Haas 2016-12-05 19:06:29 Re: [COMMITTERS] pgsql: Introduce dynamic shared memory areas.