forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitff4fb4c
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 parenta1dc4ea commitff4fb4c
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1744 | 1744 |
| |
1745 | 1745 |
| |
1746 | 1746 |
| |
1747 |
| - | |
| 1747 | + | |
1748 | 1748 |
| |
1749 | 1749 |
| |
1750 | 1750 |
| |
|
0 commit comments
Comments
(0)