[pgjdbc/pgjdbc] 59236b: fix issue #834 setting statusIntervalUpdate causes...

From: Dave Cramer <davecramer(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] 59236b: fix issue #834 setting statusIntervalUpdate causes...
Date: 2017-06-08 17:42:25
Message-ID: 59398c811f9d4_d653f89744f3c3c16434e@hookshot-fe2-cp1-prd.iad.github.net.mail
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmail(dot)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

Browse pgsql-jdbc by date

  From Date Subject
Next Message Vladimir Sitnikov 2017-06-08 17:55:39 [pgjdbc/pgjdbc] abc3d9: fix: use server-prepared statements for batch inse...
Previous Message Dave Cramer 2017-06-08 13:44:24 Re: Advisory lock deadlock issue using PG JDBC driver