]> 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:32 +0000 (17:26 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 19 Oct 2006 17:26:32 +0000 (17:26 +0000)
commitdbb397f30f30829e99ccd9ef0529a2e1d9b98467
tree60fb4db78eaf36e5457a6d9cbbb74e0b9b93f9b3
parent1e758d5263e54a5d79ef368473e7e70d009944de
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