View Single Post

   
  #3 (permalink)  
Old 04-15-2008, 09:51 PM
Hans-Juergen Schoenig
 
Posts: n/a
Default Re: Threaded Python on BSD ...


On Jul 9, 2007, at 12:24 PM, Marko Kreen wrote:

> On 7/9/07, Hans-Juergen Schoenig <postgres@cybertec.at> wrote:
>> does anybody remember why threaded python is not allowed on some
>> flavors of BSD?

>
> AFAIR the problem is they use separate libc for threaded things,
> and main postgres is (and will be) linked with non-threaded libc.
>
> --
> marko



ok, so some linking tweaks should be enough to make this work.
this is doable (to make BSD fundamentalists happy here). i was just
thinking of some BSD compliance thing which would be worse ...

many thanks,

hans


--
Cybertec Geschwinde & Schönig GmbH
Gröhrmühlgasse 26, 2700 Wiener Neustadt
Tel: +43/1/205 10 35 / 340
www.postgresql.at, www.cybertec.at



Reply With Quote