[pgjdbc/pgjdbc] 6b13f7: Added break statement to avoid the additional iter...
jajalvipul <[email protected]> Mon, 04 Feb 2019 04:15:59 -0800
| 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: 6b13f7b7af95bd86b0763f8e73395e4d7eebc410
https://github.com/pgjdbc/pgjdbc/commit/6b13f7b7af95bd86b0763f8e73395e4d7eebc410
Author: jajalvipul <[email protected]>
Date: 2019-02-04 (Mon, 04 Feb 2019)
Changed paths:
M pgjdbc/src/test/java/org/postgresql/test/jdbc2/StatementTest.java
Log Message:
-----------
Added break statement to avoid the additional iterations in for loop (#1406)
This has resulted in avoiding the hang issue identified in issue # 1403