[Jdbc-commits] pgjdbc: Avoid looking up the UTF-8 Charset by name.
User Jurka
jurka at pgfoundry.org
Fri Sep 19 23:44:32 UTC 2008
Log Message:
-----------
Avoid looking up the UTF-8 Charset by name. When using multiple
Charsets, this is a minor performance hit in the single threaded
case and a big point of contention for multiple threads.
Paul Lindner
Modified Files:
--------------
pgjdbc/org/postgresql/core:
Utils.java (r1.7 -> r1.8)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbc/pgjdbc/org/postgresql/core/Utils.java.diff?r1=1.7&r2=1.8)
More information about the Jdbc-commits
mailing list