Re: [GENERAL] Strange performance degradation - Mailing list pgsql-performance

From Matthew Wakeling
Subject Re: [GENERAL] Strange performance degradation
Date
Msg-id alpine.DEB.2.00.0911241108530.684@aragorn.flymine.org
Whole thread Raw
In response to Re: [GENERAL] Strange performance degradation  (Lorenzo Allegrucci <lorenzo.allegrucci@forinicom.it>)
Responses Re: [GENERAL] Strange performance degradation
List pgsql-performance
On Mon, 23 Nov 2009, Lorenzo Allegrucci wrote:
> Anyway, how can I get rid those "idle in transaction" processes?
> Can I just kill -15 them or is there a less drastic way to do it?

Are you crazy? Sure, if you want to destroy all of the changes made to the
database in that transaction and thoroughly confuse the client
application, you can send a TERM signal to a backend, but the consequences
to your data are on your own head.

Fix the application, don't tell Postgres to stop being a decent database.

Matthew

--
 I would like to think that in this day and age people would know better than
 to open executables in an e-mail. I'd also like to be able to flap my arms
 and fly to the moon.                                    -- Tim Mullen

pgsql-performance by date:

Previous
From: "ramasubramanian"
Date:
Subject: Re: Query is slow when executing in procedure
Next
From: "ramasubramanian"
Date:
Subject: Dynamic sql example