Re: [GENERAL] active queries

2008-05-28 Thread Gregory Stark
"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

Re: [GENERAL] active queries

2008-05-27 Thread Alban Hertroys
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

Re: [GENERAL] active queries

2008-05-27 Thread Martijn van Oosterhout
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