[pgjdbc/pgjdbc] 77ee52: test: assume minimum server version 8.3 testing au...

From: Michael Glaesemann <grzm(at)seespotcode(dot)net>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] 77ee52: test: assume minimum server version 8.3 testing au...
Date: 2017-07-23 14:11:01
Message-ID: 5974ae751e47a_632e3fcb5b68dc2c34154@hookshot-fe1-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: 77ee528d021ccdf740b19f9ed48259ece5df7705
https://github.com/pgjdbc/pgjdbc/commit/77ee528d021ccdf740b19f9ed48259ece5df7705
Author: Michael Glaesemann <grzm(at)seespotcode(dot)net>
Date: 2017-07-23 (Sun, 23 Jul 2017)

Changed paths:
M pgjdbc/src/test/java/org/postgresql/test/jdbc2/AutoRollbackTestSuite.java

Log Message:
-----------
test: assume minimum server version 8.3 testing autosave with ALTER

Prior to 8.3, PostgreSQL didn't invalidate cached plans following DDL
changes. This is mentioned in the 8.3 release notes as

Automatically re-plan cached queries when table definitions change
or statistics are updated

https://www.postgresql.org/docs/8.3/static/release-8-3.html

For details, see PostgreSQL commit b9527e9840 and friends.

https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=b9527e984092e838790b543b014c0c2720ea4f11

Browse pgsql-jdbc by date

  From Date Subject
Next Message Michael Glaesemann 2017-07-23 14:12:58 [pgjdbc/pgjdbc] ff2717: test: assume minimum server version 8.3 when testi...
Previous Message AlexElin 2017-07-23 14:05:54 [pgjdbc/pgjdbc] 5b65e2: test: migrate tests to JUnit 4