- Notifications
You must be signed in to change notification settings - Fork5
Commit11003eb
committed
libpq: Fix inadvertent change in PQhost() behavior.
Commit274bb2b caused PQhost() toreturn the value of the hostaddr parameter rather than the relevanthost when the latter parameter was specified. That's wrong. Commit9a1d0af then amplified the damage byusing PQhost() in more places, so that the SSL test suite startedfailing.Report by Andreas Karlsson; patch by me.1 parenta01a501 commit11003eb
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5736 | 5736 |
| |
5737 | 5737 |
| |
5738 | 5738 |
| |
5739 |
| - | |
| 5739 | + | |
| 5740 | + | |
5740 | 5741 |
| |
5741 | 5742 |
| |
5742 | 5743 |
| |
|
0 commit comments
Comments
(0)