Re: [JDBC] Patch to improve commit time performance and a few otherthings

2001-08-04 Thread Bruce Momjian
Patch applied. Thanks. > Attached is a patch that does the following: > > 1) improves performance of commit/rollback by reducing number of round > trips to the server > 2) uses 7.1 functionality for setting the transaction isolation level > 3) backs out a patch from 11 days ago because that c

[JDBC] Re: Current cvs does not compile jdbc1 driver

2001-08-04 Thread Bruce Momjian
The supplied patch did not apply to current CVS. I found the appropriate lines and made the change. Patch attached. > Bruce, > > Sorry wrong cvs option > > What is your environment? I think you are using jdk 1.2, no? The problem > is that in jdk1.1? There is no Properties.setProperty > If y