[pgjdbc/pgjdbc] 36a75c: fix issue 1547, as long as peek returns some bytes...

From: Dave Cramer <noreply(at)github(dot)com>
To: pgsql-jdbc(at)lists(dot)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] 36a75c: fix issue 1547, as long as peek returns some bytes...
Date: 2019-08-26 14:16:32
Message-ID: pgjdbc/pgjdbc/push/refs/heads/master/060099-36a75c@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: 36a75cbaab4bda1b55f48aa9064258051cd89b10
https://github.com/pgjdbc/pgjdbc/commit/36a75cbaab4bda1b55f48aa9064258051cd89b10
Author: Dave Cramer <davecramer(at)gmail(dot)com>
Date: 2019-08-26 (Mon, 26 Aug 2019)

Changed paths:
M pgjdbc/src/main/java/org/postgresql/core/PGStream.java

Log Message:
-----------
fix issue 1547, as long as peek returns some bytes do not reset the timeout, this allows us to continue checking until any async notifies are consumed (#1548)

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2019-08-26 17:02:24 Re: Procedure support improvements
Previous Message Greg Nancarrow 2019-08-26 08:01:04 Re: Procedure support improvements