Re: Fw: PATCH (Re: Startup message issues) - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: Fw: PATCH (Re: Startup message issues)
Date
Msg-id Pine.LNX.4.33.0402140703470.1576-100000@leary.csoft.net
Whole thread Raw
In response to Fw: PATCH (Re: Startup message issues)  ("Chris Smith" <cdsmith@twu.net>)
List 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 by date:

Previous
From: "Chris Smith"
Date:
Subject: Re: Unit tests
Next
From: Kris Jurka
Date:
Subject: Re: Unit tests