Re: [HACKERS] Threaded Python on BSD ...

2007-07-09 Thread Hans-Juergen Schoenig
On Jul 9, 2007, at 12:24 PM, Marko Kreen wrote: On 7/9/07, Hans-Juergen Schoenig <[EMAIL PROTECTED]> 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) li

Re: [HACKERS] Threaded Python on BSD ...

2007-07-09 Thread Marko Kreen
On 7/9/07, Hans-Juergen Schoenig <[EMAIL PROTECTED]> 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

[HACKERS] Threaded Python on BSD ...

2007-07-09 Thread Hans-Juergen Schoenig
hello all ... does anybody remember why threaded python is not allowed on some flavors of BSD? i was surprised to read this in the configure script ... # threaded python is not supported on bsd's echo "$as_me:$LINENO: checking whether Python is compiled with thread support" >&5 echo $ECHO_N