Re: Fw: PATCH (Re: Startup message issues)

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: Fw: PATCH (Re: Startup message issues)
Дата
Msg-id Pine.LNX.4.33.0402140703470.1576-100000@leary.csoft.net
обсуждение исходный текст
Ответ на Fw: PATCH (Re: Startup message issues)  ("Chris Smith" <cdsmith@twu.net>)
Список pgsql-jdbc

> > Okay, great!  Could someone review the attached patch?  It makes the
> > following changes:
> >
> >     1. Remove backward-compatibility for pre-7.4 versions from
> >        the v3 protocol connection code.
> >     2. Move client_encoding and DateStyle setup to startup message.
> >     3. Parse ParameterStatus for server_version.
> >
> > The result of #2 and #3 is that v3 protocol connections are
> > established with only one round-trip to the server (in the trust auth
> > case; two when authentication is required).  I've done some ad-hoc
> > testing... is there a test suite that should be run against this?
>


Patch applied.  In the future please submit patches based on cvs instead
of the 7.4 code.  Driver development is now being done here:

http://gborg.postgresql.org/project/pgjdbc/projdisplay.php

Kris Jurka


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

Предыдущее
От: "Chris Smith"
Дата:
Сообщение: Re: Unit tests
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: Unit tests