pgsql/src/interfaces/jdbc/org/postgresql Conne ...

From: barry(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/interfaces/jdbc/org/postgresql Conne ...
Date: 2001-12-11 04:44:23
Message-ID: 200112110444.fBB4iNi24856@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: barry(at)postgresql(dot)org 01/12/10 23:44:23

Modified files:
src/interfaces/jdbc/org/postgresql: Connection.java

Log message:
Patch from Ned Wolpert that fixes a bug that caused the cache of types not
to be used, causing extra sql statements to be executed. This was a
significant performance problem with the database meta data classes.
The fix is a simple one liner.

Browse pgsql-committers by date

  From Date Subject
Next Message barry 2001-12-11 04:48:05 pgsql/src/interfaces/jdbc/org/postgresql jdbc1 ...
Previous Message tgl 2001-12-11 02:58:49 pgsql/src/include/storage s_lock.h