[JDBC] [pgjdbc/pgjdbc] 77ee52: test: assume minimum server version 8.3testing au... - Mailing list pgsql-jdbc

From Michael Glaesemann
Subject [JDBC] [pgjdbc/pgjdbc] 77ee52: test: assume minimum server version 8.3testing au...
Date
Msg-id 5974ae751e47a_632e3fcb5b68dc2c34154@hookshot-fe1-cp1-prd.iad.github.net.mail
Whole thread Raw
List 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@seespotcode.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



pgsql-jdbc by date:

Previous
From: AlexElin
Date:
Subject: [JDBC] [pgjdbc/pgjdbc] 5b65e2: test: migrate tests to JUnit 4
Next
From: Michael Glaesemann
Date:
Subject: [JDBC] [pgjdbc/pgjdbc] ff2717: test: assume minimum server version 8.3 whentesti...