[JDBC] [pgjdbc/pgjdbc] 59236b: fix issue #834 setting statusIntervalUpdatecauses... - Mailing list pgsql-jdbc

From Dave Cramer
Subject [JDBC] [pgjdbc/pgjdbc] 59236b: fix issue #834 setting statusIntervalUpdatecauses...
Date
Msg-id 59398c811f9d4_d653f89744f3c3c16434e@hookshot-fe2-cp1-prd.iad.github.net.mail
Whole thread Raw
List pgsql-jdbc
  Branch: refs/heads/master
  Home:   https://github.com/pgjdbc/pgjdbc
  Commit: 59236b74acdd400d9d91d3eb2bb07d70b15392e5
      https://github.com/pgjdbc/pgjdbc/commit/59236b74acdd400d9d91d3eb2bb07d70b15392e5
  Author: Dave Cramer <davecramer@gmail.com>
  Date:   2017-06-08 (Thu, 08 Jun 2017)

  Changed paths:
    M pgjdbc/src/main/java/org/postgresql/core/v3/replication/V3PGReplicationStream.java

  Log Message:
  -----------
  fix issue #834 setting statusIntervalUpdate causes high CPU load \ (#835)

* fix issue #834 setting statusIntervalUpdate causes high CPU load \
check for statusInterval of 0 and return false when checking if it is time to update



pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: Advisory lock deadlock issue using PG JDBC driver
Next
From: Vladimir Sitnikov
Date:
Subject: [JDBC] [pgjdbc/pgjdbc] abc3d9: fix: use server-prepared statements for batchinse...