"Alban Hertroys" <[EMAIL PROTECTED]> writes:
> THE 'active' query (not AN) is the query that's currently being executed on a
> connection. There can be multiple connections with an active query each. You
> can't execute multiple queries in parallel on the same connection. You can
> execute them
On May 27, 2008, at 3:08 PM, Miklosi Attila wrote:
Hi!
Our company has a long last problem by using libpq in multi-threaded
programs. The libpq usually closes the programs without any error
message or rarely giving the 'Invalid frontend message type 87' error.
When asked you about this error me
On Tue, May 27, 2008 at 11:35:49AM +0200, Miklosi Attila wrote:
> Hi!
>
> Our company has a long last problem by using libpq in multi-threaded
> programs. The libpq usually closes the programs without any error
> message or rarely giving the 'Invalid frontend message type 87' error.
> When asked y