|
From: Martin S. <ma...@li...> - 2010-12-16 12:19:47
|
>>>>> On Wed, 15 Dec 2010 21:01:11 +0100, Hugo said:
>
> nope, it's not
> appendix{su-root}(*)[51]: nm /opt/postgresql-8.2.4/lib/libpq.a | grep
> pthread_mutex_loc
> appendix{su-root}(*)[52]:
>
> but i didn't think that is a problem if I configured bacula w/o batch inserts
> is it?
That is true on some OSes, but I see you are running on Solaris.
Single-threaded and multi-threaded code can't be mixed on Solaris because
certain library operations, such as errno, are compiled differently depending
on the -mt switch to the C compiler.
The error looks related to errno to me, so I think you'll need to compile
PostgreSQL with thread-safety.
__Martin
|