Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 |
| | | | | | This includes removing tabs after periods in C comments, which was applied to back branches, so this change should not effect backpatching. | ||
* | When reporting the server as not responding, if the hostname was | Bruce Momjian | 2010-11-24 |
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. |