CVSROOT:        /cvsroot
Module name:    pgsql-server
Changes by:     [EMAIL PROTECTED]       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


---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Reply via email to