]> granicus.if.org Git - postgresql/commit
Patch from Ned Wolpert that fixes a bug that caused the cache of types not
authorBarry Lind <barry@xythos.com>
Tue, 11 Dec 2001 04:44:23 +0000 (04:44 +0000)
committerBarry Lind <barry@xythos.com>
Tue, 11 Dec 2001 04:44:23 +0000 (04:44 +0000)
commit45a6343ebb7031f4c4c3c4aacf005c5eb1eb54e9
treef30a15199f1757ec76a97bf9aa540c7cb063b5a0
parent4433eb1dff36707914081efeaff222f81412d60f
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.
src/interfaces/jdbc/org/postgresql/Connection.java