while testing Postgres 9.6beta1 with the current JDBC driver I noticed that the driver fails to retrieve the indexes for a table because the catalog table pg_am has changed in 9.6
The error message is:
ERROR: column am.amcanorder does not exist
Regards
Thomas