> > 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