Re: postgresql idle - Mailing list pgsql-general

From Andrew Sullivan
Subject Re: postgresql idle
Date
Msg-id 20040429191918.GD2058@phlogiston.dyndns.org
Whole thread Raw
In response to Re: postgresql idle  ("Jon Pastore" <jpastore@idetech.net>)
Responses Re: postgresql idle
List pgsql-general
On Thu, Apr 29, 2004 at 02:04:47PM -0400, Jon Pastore wrote:
> pgsql thought there was a transaction in progress and was waiting
> for it to complete when in fact the commit had already taken place.

Come again?  That doesn't sound possible.  What ismore likely is that
somebody issues COMMIT;BEGIN; all at once.  You get one transaction
through, but you still end up idle in transaciton.

A

--
Andrew Sullivan  | ajs@crankycanuck.ca

pgsql-general by date:

Previous
From: "Dann Corbit"
Date:
Subject: Re: Arbitrary precision modulo operation
Next
From: Andrew Sullivan
Date:
Subject: Re: Timestamp problems...wrong weeks.