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

Поиск
Список
Период
Сортировка
От davec@postgresql.org (Dave Cramer)
Тема pgsql/src/interfaces/jdbc/org/postgresql Conne ...
Дата
Msg-id 20020321023908.84299475C55@postgresql.org
обсуждение исходный текст
Список pgsql-committers
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.


В списке pgsql-committers по дате отправления:

Предыдущее
От: meskes@postgresql.org (Michael Meskes)
Дата:
Сообщение: pgsql/src/interfaces/ecpg/test test1.pgc
Следующее
От: davec@postgresql.org (Dave Cramer)
Дата:
Сообщение: pgsql/src/interfaces/jdbc/org/postgresql/core ...