Re: Race condition in

From: Kris Jurka <books(at)ejurka(dot)com>
To: Dave Cramer <pg(at)fastcrypt(dot)com>
Cc: jao(at)geophile(dot)com, "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Race condition in
Date: 2004-09-13 08:09:50
Message-ID: Pine.BSO.4.56.0409130305050.2396@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Thu, 26 Aug 2004, Dave Cramer wrote:

> 7.4.1 is quite old now, upgrading is advisable. We really don't
> backpatch that far back.
>

Yes, we do (or at least should). The 7.4 branch is the production version
and should be maintained. Even once 8.0 is released, the 7.4 series
server will be around for a while. The 8.0 driver has a number of major
changes to it that make automatically saying "use the 8.0 driver with a
7.4 server" not a great idea. Specifically I'm thinking about the use of
prepared statements on the unnamed portal and when they get planned.

I've fixed this on the 7.4 branch as this was apparently accidentally
removed when merging a patch.

Kris Jurka

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message skala 2004-09-13 08:29:19 Problem with connection from win to linux
Previous Message Kris Jurka 2004-09-13 07:48:52 Re: Customizing SSL with jdbc