BUG #3304: win32 build fails, because of wrong include

From: "" <oliverst(at)online(dot)de>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #3304: win32 build fails, because of wrong include
Date: 2007-05-24 13:33:23
Message-ID: 200705241333.l4ODXN6x059046@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 3304
Logged by:
Email address: oliverst(at)online(dot)de
PostgreSQL version: 8.1.9
Operating system: Windows 2000
Description: win32 build fails, because of wrong include
Details:

When you set the ENABLE_THREAD_SAFETY define on windows and you try to build
it, you will get an error in thread.c, because it tries to include the
pthread.h, which doesn't exist on Windows. It lacks an #ifdef, that will
include the pthread-win32.h, in case WIN32 is defined.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Magnus Hagander 2007-05-24 14:35:33 Re: BUG #3304: win32 build fails, because of wrong include
Previous Message Teodor Sigaev 2007-05-24 13:02:37 Re: BUG #3302: Crash on gist ltree - PANIC: failed to add item to index page