]> granicus.if.org Git - postgresql/commit
libpq: Fix another bug in 721f7bd3cbccaf8c07cad2707826b83f84694832.
authorRobert Haas <rhaas@postgresql.org>
Mon, 5 Dec 2016 19:09:54 +0000 (14:09 -0500)
committerRobert Haas <rhaas@postgresql.org>
Mon, 5 Dec 2016 19:11:52 +0000 (14:11 -0500)
commita0ae54df9b153256a9d0afe45732853cb5ccae09
treee8c6dc29e547b1fd78181781750f6d408c93b83a
parent2f4193c3509a822c55cc0eae77e7788806d9b022
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.
src/interfaces/libpq/fe-connect.c