- Notifications
You must be signed in to change notification settings - Fork28
Commitb90d97e
committed
Fix error message when a hostaddr cannot be parsed.
We were incorrectly passing hostname, not hostaddr, in the error message,and because of that, you got:$ psql 'hostaddr=foo'psql: could not parse network address "(null)": Name or service not knownBackpatch to v10, where this was broken (by commit7b02ba6).Report and fix by Robert Haas.Discussion:https://www.postgresql.org/message-id/CA+TgmoapFQA30NomGKEaZCu3iN7mF7fux8fbbk9SouVOT2JP7w@mail.gmail.com1 parent99fdeba commitb90d97e
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1751 | 1751 |
| |
1752 | 1752 |
| |
1753 | 1753 |
| |
1754 |
| - | |
| 1754 | + | |
1755 | 1755 |
| |
1756 | 1756 |
| |
1757 | 1757 |
| |
|
0 commit comments
Comments
(0)