Re: [HACKERS] getaddrinfo() for threading instead of gethostbyname()

2003-09-27 Thread Bruce Momjian
Thanks. That's what I needed. Yes, I left the stuff enabled becuase the new test is pretty much the same as the old one, but some OS's might pass the tests if they only failed on gethostbyname(). --- Nigel J. Andrews wrote

Re: [HACKERS] getaddrinfo() for threading instead of gethostbyname()

2003-09-27 Thread Nigel J. Andrews
On Sat, 27 Sep 2003, Bruce Momjian wrote: > > OK, the thread test program is read for platform testing, > src/tools/thread_test. You will find the README, Makefile tests, and > program output to be very clear and almost error-proof. > > Please run it on platforms we support and report back. Th

Re: [HACKERS] getaddrinfo() for threading instead of gethostbyname()

2003-09-27 Thread Bruce Momjian
OK, the thread test program is read for platform testing, src/tools/thread_test. You will find the README, Makefile tests, and program output to be very clear and almost error-proof. Please run it on platforms we support and report back. Thanks.