Just a quick patch. This makes the JDBC driver thread safe, which is an

Bruce Momjian <bruce@momjian.us>

Commit: 25b5faa7cdcb6c7cefc438bd5cd5e0141c7df0b4
Author: Bruce Momjian <bruce@momjian.us>
Date: 1998-10-08T00:38:21Z
Releases: 7.1.1
Just a quick patch. This makes the JDBC driver thread safe, which is an
important step towards making the driver compliant, and means that for
some Java applications and servlets, only a single database connection
is
needed, so in a sence this is a nice little show stopper for 6.4 (and
should still be backward compatible to 6.3.2).

Peter

Files