The following bug has been logged online: Bug reference: 3304 Logged by: Email address: [EMAIL PROTECTED] 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. ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org