]> granicus.if.org Git - postgresql/commit
Original assumption that our own getaddrinfo routine would never support
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 25 Aug 2005 02:22:59 +0000 (02:22 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 25 Aug 2005 02:22:59 +0000 (02:22 +0000)
commit15df139a8c99ebd144ca1a57bf69bff31c6b9dd8
treee382c03ecba198f111498dac3289af141b46b786
parentc94bbf20270cc1af7a62c8215989f11ce9d91a16
Original assumption that our own getaddrinfo routine would never support
IPv6 is obsoleted by recent Windows patch.  Perform the runtime test
whenever HAVE_IPV6 is set.  This should be OK since initdb can get
getaddrinfo from libpgport if needed.
src/bin/initdb/initdb.c