OSDN Git Service

Just a quick patch. This makes the JDBC driver thread safe, which is an
authorBruce Momjian <bruce@momjian.us>
Thu, 8 Oct 1998 00:38:21 +0000 (00:38 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 8 Oct 1998 00:38:21 +0000 (00:38 +0000)
commit25b5faa7cdcb6c7cefc438bd5cd5e0141c7df0b4
treefa71d2cc4884dd806806c501ed726de3a85b2b7a
parent9042e9d757ecc9e83fc5888830764b3ed80b0702
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
src/interfaces/jdbc/Makefile
src/interfaces/jdbc/example/threadsafe.java [new file with mode: 0644]
src/interfaces/jdbc/postgresql/Connection.java
src/interfaces/jdbc/postgresql/fastpath/Fastpath.java