mirror of
https://github.com/postgres/postgres.git
synced 2026-05-31 12:58:58 -04:00
ba11258ccb
supplied, also print the IP address. This allows IPv4 and IPv6 failures to be distinguished. Also useful when a hostname resolves to multiple IP addresses. Also, remove use of inet_ntoa() and use our own inet_net_ntop() in all places, including in libpq, because it is thread-safe.