Re: [BUGS] [Slony1-general] Thread-safety detection on HP-UX

2004-10-29 Thread Jan Wieck
On 10/26/2004 6:13 PM, Bruce Momjian wrote: I believe Slony always needs threading, it just can be used even if the OS doesn't fully support all thread-safe functions, so on 8.0 you use --thread_safety_force. Jan, is that correct? Yes. Slony allways uses pthreads and therefore it requires that on

Re: [BUGS] [Slony1-general] Thread-safety detection on HP-UX

2004-10-26 Thread Bruce Momjian
Jan Wieck wrote: > On 10/22/2004 3:30 PM, Ed L. wrote: > > > Clean build of pgsql 7.4.5 on HPUX B.11.23 on ia64 with > > --enable-thread-safety fails ... :( > > > > $uname -a > > HP-UX ... B.11.23 U ia64 0144848471 unlimited-user license > > > > $cd postgresql-7.4.5 > > $./configure --enable-

Re: [BUGS] [Slony1-general] Thread-safety detection on HP-UX

2004-10-24 Thread Jan Wieck
On 10/23/2004 10:08 PM, Tom Lane wrote: Jan Wieck <[EMAIL PROTECTED]> writes: On 10/22/2004 3:30 PM, Ed L. wrote: Clean build of pgsql 7.4.5 on HPUX B.11.23 on ia64 with --enable-thread-safety fails ... :( Unfortunately that doesn't mean that the switch is required to cause libpq to behave nic

Re: [BUGS] [Slony1-general] Thread-safety detection on HP-UX

2004-10-23 Thread Tom Lane
Jan Wieck <[EMAIL PROTECTED]> writes: > On 10/22/2004 3:30 PM, Ed L. wrote: >> Clean build of pgsql 7.4.5 on HPUX B.11.23 on ia64 with >> --enable-thread-safety fails ... :( > Unfortunately that doesn't mean that the switch is required to cause > libpq to behave nicely for the Slony purposes.

Re: [BUGS] [Slony1-general] Thread-safety detection on HP-UX

2004-10-23 Thread Jan Wieck
On 10/22/2004 3:30 PM, Ed L. wrote: Clean build of pgsql 7.4.5 on HPUX B.11.23 on ia64 with --enable-thread-safety fails ... :( $uname -a HP-UX ... B.11.23 U ia64 0144848471 unlimited-user license $cd postgresql-7.4.5 $./configure --enable-thread-safety --without-readline --without-zlib ... che

Re: [BUGS] [Slony1-general] Thread-safety detection on HP-UX

2004-10-22 Thread Ed L.
Clean build of pgsql 7.4.5 on HPUX B.11.23 on ia64 with --enable-thread-safety fails ... :( $uname -a HP-UX ... B.11.23 U ia64 0144848471 unlimited-user license $cd postgresql-7.4.5 $./configure --enable-thread-safety --without-readline --without-zlib ... checking pthread.h usability... yes ch