libpq: Fix another bug in 721f7bd3cbccaf8c07cad2707826b83f84694832.
Robert Haas <rhaas@postgresql.org>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/libpq/fe-connect.c | modified | +66 −0 |