]> granicus.if.org Git - postgresql/commit
Work around reported problem that AIX's getaddrinfo() doesn't seem to zero
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 19 Oct 2006 17:26:37 +0000 (17:26 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 19 Oct 2006 17:26:37 +0000 (17:26 +0000)
commit62fc3b9929fc59ae964cc40da42330ee69b454e4
tree3e3bc2ee9f3fb77f683157cbbb9931f26aee38da
parent09b98773abf1e289a399eba4c8cf29b032c9dee7
Work around reported problem that AIX's getaddrinfo() doesn't seem to zero
sin_port in the returned IP address struct when servname is NULL.  This has
been observed to cause failure to bind the stats collection socket, and
could perhaps cause other issues too.  Per reports from Brad Nicholson
and Chris Browne.
src/backend/libpq/ip.c