latest jdbc release

From: Tom Smith <tomsmith1989sk(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: latest jdbc release
Date: 2015-10-03 23:47:44
Message-ID: CAKwSVFEu-FEun9vpKc=5RyZ11=TfpYe+rw6ZuBBQD5Hku0Z14g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hello:

I noticed in Changelog with the following

- perf: Remove expensive finalize method from Statement Finalize method
on Statement is moved to a separate class that is lazily created if user
sets "autoCloseUnclosedConnections"="true". This dramatically improves
performance of statement instantiation and reduces garbage collection
overhead on several wildly used JMVs. PR #290 (eb83210)

I wonder if or how I could set in my JDBC program to use the enhancement.

I am using a pool driver, so I wonder how it will work out pool connection
that usually does not close underneath db connection.

Thanks

Browse pgsql-jdbc by date

  From Date Subject
Next Message Craig Ringer 2015-10-07 11:43:19 Re: executebatch:
Previous Message Vladimir Sitnikov 2015-10-02 13:29:16 executebatch: