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

From: Kris Jurka <books(at)ejurka(dot)com>
To: Chris Smith <cdsmith(at)twu(dot)net>
Cc: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Fw: PATCH (Re: Startup message issues)
Date: 2004-02-14 12:05:47
Message-ID: Pine.LNX.4.33.0402140703470.1576-100000@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2004-02-14 12:13:27 Re: Unit tests
Previous Message Chris Smith 2004-02-14 01:09:54 A few more questions