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

Dave Cramer <[email protected]> Thu, 29 Aug 2019 08:14:02 -0700
Newsgroups gmane.comp.db.postgresql.jdbc
Message-ID <pgjdbc/pgjdbc/push/refs/heads/master/[email protected]>
  Branch: refs/heads/master
  Home:   https://github.com/pgjdbc/pgjdbc
  Commit: bda74d7eaa341c02427af4065d8321c8e45bfd83
      https://github.com/pgjdbc/pgjdbc/commit/bda74d7eaa341c02427af4065d8321c8e45bfd83
  Author: Dave Cramer <[email protected]>
  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