cygwin configure fails with thread-safety

From: Andrew Chernow <ac(at)esilo(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: cygwin configure fails with thread-safety
Date: 2008-11-17 15:03:36
Message-ID: 492187C8.6090505@esilo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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/

Attachment Content-Type Size
cygwin_maxhostlen.patch text/plain 787 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2008-11-17 15:10:13 Re: Pl/Perl function: Speed of the First time executing pl/perl function in connection;
Previous Message Heikki Linnakangas 2008-11-17 14:54:12 Re: [PATCHES] Infrastructure changes for recovery (v8)