Thread: pgsql/src/interfaces/jdbc/org/postgresql Conne ...

pgsql/src/interfaces/jdbc/org/postgresql Conne ...

From
davec@postgresql.org (Dave Cramer)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    davec@postgresql.org    02/03/20 21:39:07

Modified files:
    src/interfaces/jdbc/org/postgresql: Connection.java

Log message:
    Applied Anders patch to move the startup code out of Connection into StartupPacket
    * Introduces a new class, StartupPacket.
    * Moves a lot of constants from Connection to StartupPacket.
    * Makes two instance variables in Connection into locals.