postgresql/src/interfaces
Heikki Linnakangas dc961e5822 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 known

Backpatch to v10, where this was broken (by commit 7b02ba62e9).

Report and fix by Robert Haas.

Discussion: https://www.postgresql.org/message-id/CA+TgmoapFQA30NomGKEaZCu3iN7mF7fux8fbbk9SouVOT2JP7w@mail.gmail.com
2018-07-19 20:24:59 +03:00
..
ecpg Fix misc typos, mostly in comments. 2018-07-18 16:17:42 +03:00
libpq Fix error message when a hostaddr cannot be parsed. 2018-07-19 20:24:59 +03:00
Makefile Fix parallel make when running make install before make all 2011-03-08 23:52:29 +02:00