[pgjdbc/pgjdbc] bda74d: Log ignoring rollback when no transaction in progr...

From: Dave Cramer <noreply(at)github(dot)com>
To: pgsql-jdbc(at)lists(dot)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] bda74d: Log ignoring rollback when no transaction in progr...
Date: 2019-08-29 15:14:02
Message-ID: pgjdbc/pgjdbc/push/refs/heads/master/f89e62-bda74d@github.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: bda74d7eaa341c02427af4065d8321c8e45bfd83
https://github.com/pgjdbc/pgjdbc/commit/bda74d7eaa341c02427af4065d8321c8e45bfd83
Author: Dave Cramer <davecramer(at)gmail(dot)com>
Date: 2019-08-29 (Thu, 29 Aug 2019)

Changed paths:
M pgjdbc/src/main/java/org/postgresql/jdbc/PgConnection.java

Log Message:
-----------
Log ignoring rollback when no transaction in progress (#1549)

* Log ignoring rollback when no transaction in progress

* Change logging level to FINE for debugging

Browse pgsql-jdbc by date

  From Date Subject
Next Message Tim Ward 2019-08-30 14:26:06 [pgjdbc/pgjdbc] 56399e: Check that JDBC Connections that are closed by the...
Previous Message Peter Eisentraut 2019-08-28 16:44:54 Re: Procedure support improvements