about threaded libpq

From: Marc Cousin <mcousin(at)sigma(dot)fr>
To: pgsql-admin(at)postgresql(dot)org
Subject: about threaded libpq
Date: 2007-06-05 14:06:04
Message-ID: 200706051606.04810.mcousin@sigma.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

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 many of them use packaged postgresql
binaries.

Is there another reliable way to determine (at bacula configure time for
instance) that libpq is threaded ? (it also has to be a way/several ways that
works on all platforms, as bacula runs on many unix and win32). We'd like to
do it as well as possible.

Thanks a lot for feedback...

Marc Cousin

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message De Leeuw Guy 2007-06-05 20:50:51 Re: get the array content whis the select clause
Previous Message Chris Hoover 2007-06-05 13:33:41 Help with database change