Re: [HACKERS] cygwin configure fails with thread-safety

2008-11-18 Thread Magnus Hagander
Andrew Chernow wrote: > For cygwin builds, src/test/thread/thread_test.c needs to include > sys/param.h to get MAXHOSTNAMELEN. configure is currently failing when > --enable-thread-safety is used because of this. See attached patch > against head. Applied, thanks. //Magnus -- Sent via pgsql-

[HACKERS] cygwin configure fails with thread-safety

2008-11-17 Thread Andrew Chernow
For cygwin builds, src/test/thread/thread_test.c needs to include sys/param.h to get MAXHOSTNAMELEN. configure is currently failing when --enable-thread-safety is used because of this. See attached patch against head. -- Andrew Chernow eSilo, LLC every bit counts http://www.esilo.com/ Index: