Re: [ADMIN] about threaded libpq

2007-06-05 Thread Bruce Momjian
Marc Cousin wrote: > Hi, > > I'm currently working with bacula developpers in order to improve performance > (mainly for postgresql). > > In order for our new code to work, we need to be sure that libpq is threaded. > For 8.2, we can use PQisthreadsafe();. The problem is we cannot force all > u

[ADMIN] about threaded libpq

2007-06-05 Thread Marc Cousin
Hi, I'm currently working with bacula developpers in order to improve performance (mainly for postgresql). In order for our new code to work, we need to be sure that libpq is threaded. For 8.2, we can use PQisthreadsafe();. The problem is we cannot force all users to migrate to 8.2, and that ma