]> 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:43 +0000 (17:26 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 19 Oct 2006 17:26:43 +0000 (17:26 +0000)
commit375cb7cfb018ba69f874cd39d2c5f28e2de6301a
tree15488fd9c91dd0169be25612504771c5454197d6
parent10a6e431d3d0905e8df5f9db639ca93ede70c28a
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