[pgjdbc/pgjdbc] f89e62: fix: In logical decoding the if the backend was re...

From: Dave Cramer <noreply(at)github(dot)com>
To: pgsql-jdbc(at)lists(dot)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] f89e62: fix: In logical decoding the if the backend was re...
Date: 2019-08-28 13:23:04
Message-ID: pgjdbc/pgjdbc/push/refs/heads/master/60fa6d-f89e62@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: f89e62cdce4895f163dc95353cd31614347624b6
https://github.com/pgjdbc/pgjdbc/commit/f89e62cdce4895f163dc95353cd31614347624b6
Author: Dave Cramer <davecramer(at)gmail(dot)com>
Date: 2019-08-28 (Wed, 28 Aug 2019)

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

Log Message:
-----------
fix: In logical decoding the if the backend was requesting a reply we… (#1467)

* Do not call processCopyResults in flush

* Use System.nanos() instead of currentTimeMillis()

* Added lock into processCopyResults

* ignore concurrent requests to processCopyResults

* reset the processingCopyResults in a try-finally block

Browse pgsql-jdbc by date

  From Date Subject
Next Message Peter Eisentraut 2019-08-28 16:44:54 Re: Procedure support improvements
Previous Message Philippe Marschall 2019-08-27 15:22:20 [pgjdbc/pgjdbc] 60fa6d: fix: proleptic java.time support (#1539)