Re: idle in transaction

From: "Soeren Laursen" <sl(at)scrooge(dot)dk>
To: Warren Little <wlittle(at)securitylending(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: idle in transaction
Date: 2004-02-15 16:53:44
Message-ID: 402FB228.31341.1D6C3A2@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Just a very quick thought, have You issued a:
connection.commit();

Regards,

Søren,
Subject: [ADMIN] idle in transaction
From: Warren Little <wlittle(at)securitylending(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Date sent: Sun, 15 Feb 2004 09:23:32 -0700

> We recently upgraded postgres from 7.3 to 7.4, along with the JDBC jar,
> and noticed all the backend processes/connections are left in the "idle
> in transaction" state where before they where left in the "idle" state.
> Has something changed in the 7.4 jdbc driver vs 7.3 which might be
> causing this?
> Note
> We call setAutoCommit(FALSE) on every connection when created.
>
>
>
> --
> Warren Little
> Senior Vice President
> Secondary Marketing
> Security Lending Wholesale, LC
> www.securitylending.com
> Tel: 866-369-7763
> Fax: 866-849-8082
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2004-02-15 16:56:16 Re: SSH connection timing out
Previous Message Warren Little 2004-02-15 16:23:32 idle in transaction