[pgjdbc/pgjdbc] 5334cb: test: skip ConcurrentStatementFetch for PostgreSQL...

From: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] 5334cb: test: skip ConcurrentStatementFetch for PostgreSQL...
Date: 2017-07-24 21:13:51
Message-ID: 5976630f227c0_202623ff7e841bc3c49283@hookshot-fe-6dbb0c4.cp1-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: 5334cb6ef7554bba255f00baf4ff3220f16e31ea
https://github.com/pgjdbc/pgjdbc/commit/5334cb6ef7554bba255f00baf4ff3220f16e31ea
Author: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
Date: 2017-07-25 (Tue, 25 Jul 2017)

Changed paths:
M README.md
M pgjdbc/src/test/java/org/postgresql/test/jdbc2/ConcurrentStatementFetch.java

Log Message:
-----------
test: skip ConcurrentStatementFetch for PostgreSQL < 8.4 (#884)

PostgreSQL 8.2 is known to close named portals unexpectedly, so we just ignore the test.
The following scenario might be affected: old backend version + setFetchSize + interleaved ResultSet processing

This is a follow-up for #870 and #869 for PostgreSQL < 8.4

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2017-07-25 16:07:13 [pgjdbc/pgjdbc] 2951a9: honour PGPORT, PGHOST, PGDBNAME in connection prop...
Previous Message Vladimir Sitnikov 2017-07-24 12:57:15 [pgjdbc/pgjdbc] f0deab: fix: named statements were used when fetchSize was...