Re: Transaction state on connection Idle/Open/Failed

From: David Wall <d(dot)wall(at)computer(dot)org>
To: pgsql-jdbc(at)lists(dot)postgresql(dot)org
Subject: Re: Transaction state on connection Idle/Open/Failed
Date: 2019-08-17 17:39:57
Message-ID: 8538f5dc-119f-e880-7661-c1cd0faf8720@computer.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-jdbc

On 8/17/19 10:27 AM, Adrian Klaver wrote:
> https://jdbc.postgresql.org/development/privateapi/org/postgresql/core/ProtocolConnection.html
>

Thanks for the link.  I'm not sure why I couldn't track that down... 
And it makes sense.  We did find a bug in our code where we returned a
Connection while it was still OPEN (missing commit before a web page
redirect).

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Will Storey 2019-08-17 18:13:35 Re: Unexpected "canceling statement due to user request" error
Previous Message Adrian Klaver 2019-08-17 17:32:40 Re: Unexpected "canceling statement due to user request" error

Browse pgsql-jdbc by date

  From Date Subject
Next Message Joseph Hammerman 2019-08-22 01:03:37 Recommendations for PGBouncer interacting with HikariCP
Previous Message Adrian Klaver 2019-08-17 17:27:04 Re: Transaction state on connection Idle/Open/Failed