Applied patch submitted by Mats Lofkvist fixing serious threading problem introduced in beta3.

Barry Lind <barry@xythos.com>

Commit: cfae07331ccad4f28ea00dc7e8f1ba01ec979ec5
Author: Barry Lind <barry@xythos.com>
Date: 2002-11-14T05:35:45Z
Releases: 7.4.1
Applied patch submitted by Mats Lofkvist fixing serious threading problem introduced in beta3.
Fixed bug with using setNull()(or setXXX(x, null))  and serverside prepare statements.
Improved error message when using a connection object that has already been closed.


 Modified Files:
 	jdbc/org/postgresql/errors.properties
 	jdbc/org/postgresql/core/Encoding.java
 	jdbc/org/postgresql/core/QueryExecutor.java
 	jdbc/org/postgresql/jdbc1/AbstractJdbc1Connection.java
 	jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java

Files