pgsql/src/interfaces/jdbc/org/postgresql Conne ... - Mailing list pgsql-committers

From barry@postgresql.org
Subject pgsql/src/interfaces/jdbc/org/postgresql Conne ...
Date
Msg-id 200112110444.fBB4iNi24856@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    barry@postgresql.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.


pgsql-committers by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: pgsql/doc/src/sgml Makefile cvs.sgml datatype. ...
Next
From: barry@postgresql.org
Date:
Subject: pgsql/src/interfaces/jdbc/org/postgresql jdbc1 ...