postgres 7.4 build for win

From: Amin Abdulghani <amin(at)quantiva(dot)com>
To: pgsql-general(at)postgresql(dot)org, psql-bugs(at)postgresql(dot)org
Subject: postgres 7.4 build for win
Date: 2005-03-10 17:44:32
Message-ID: web-1915520@quantiva.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I am trying to build postgres 7.4.5 on windows (200) on
mingw/msys env. I have installed win32-pthreads to
enable-thread safet feature. Couple of issues that I
wanted to check:.

i) The configure was --enablethread-safety flag for the
platform (it was complaining CANNOT enable threads on your
platform). I copied src/template/linux to
src/template/win32 (most of the contents seemed thread
related) and the error was gone. Does this fix seem
reasonable.

ii) I am now getting an error that postgres doesnt have
native spinlock on this platform and to disable the
spinlock. Is this the expected behavior for the platform.

Thanks..
Amin

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Miroslav Šulc 2005-03-10 17:54:25 Re: postgres 7.4 build for win
Previous Message John Sidney-Woollett 2005-03-10 17:40:54 Re: normal user dump gives error because of plpgsql