Comment out unsupported Java method in new JDBC drivers to prevent regression failure.
authorTatsuo Ishii <ishii@postgresql.org>
Thu, 6 Apr 2017 07:58:28 +0000 (16:58 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Thu, 6 Apr 2017 07:58:28 +0000 (16:58 +0900)
commite33df1509039dc24648d98ce62c78a7efbc3df0b
treec75913b233f4b9a14d8a38631f821dab8428ff77
parent1b83de74702da9d116b83725685165965923030f
Comment out unsupported Java method in new JDBC drivers to prevent regression failure.

That is this: Driver.setLogLevel(2);
src/test/regression/tests/066.bug230/Sample.java