pgsql-server/src/interfaces/jdbc/org/postgresq ...

Started by Nonameover 22 years ago1 messagescomitters
Jump to latest
#1Noname
jurka@svr1.postgresql.org

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: jurka@svr1.postgresql.org 04/02/03 01:28:17

Modified files:
src/interfaces/jdbc/org/postgresql/jdbc2/optional: Tag:
REL7_4_STABLE
BaseDataSource.java
ConnectionPool.java
SimpleDataSource.java
src/interfaces/jdbc/org/postgresql/test/jdbc2/optional: Tag:
REL7_4_STABLE
ConnectionPoolTest.java

Log message:
ConnectionPool and SimpleDataSource are marked Serializable, but their
superclass (which contains a number of state variables) is not. To
correctly serialize these objects we need to manually implement
writeObject and readObject.

Per report from R. Lemos