Just a quick patch. This makes the JDBC driver thread safe, which is an
Bruce Momjian <bruce@momjian.us>
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
| Path | Change | +/− |
|---|---|---|
| src/interfaces/jdbc/example/threadsafe.java | added | +353 −0 |
| src/interfaces/jdbc/Makefile | modified | +6 −3 |
| src/interfaces/jdbc/postgresql/Connection.java | modified | +5 −1 |
| src/interfaces/jdbc/postgresql/fastpath/Fastpath.java | modified | +4 −0 |