Re: PG 7.3 is five years old today

From: Alexandru Cârstoiu <alexandru(dot)carstoiu(at)excelsarc(dot)ro>
To: pgsql-hackers(at)postgresql(dot)org
Cc: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: PG 7.3 is five years old today
Date: 2007-11-28 12:59:48
Message-ID: 200711281459.48246.alexandru.carstoiu@excelsarc.ro
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I'm not a developper, but it occured to me that you should consider dropping
the support for client-server wire protocol v2.
I quote a comment I found in JDBC driver's code:

// NOTE: To simplify this code, it is assumed that if we are
// using the V3 protocol, then the database is at least 7.4. That
// eliminates the need to check database versions and maintain
// backward-compatible code here.
//
// Change by Chris Smith <cdsmith(at)twu(dot)net>

This tells me that the v3 protocol appeared at 7.4, so there's no need to
support v2 in future database versions (starting with 8.3?). It would
simplify code in interfaces like JDBC too.

> > I see that there are two or three minor bug fixes in the REL7_3_STABLE
> > branch since 7.3.20. Rather than just leaving those to rot, maybe the
> > actual policy should be "only one more update after 8.3 comes out".
> >
> > Comments, opinions?
>
> Release 7.3.21 with and EOL addendum :). E.g; this is the last release
> of 7.3 and 7.3 is now considered unsupported.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message sulfinu 2007-11-28 13:05:18 Re: PG 7.3 is five years old today
Previous Message Zdenek Kotala 2007-11-28 12:43:10 Re: PG 7.3 is five years old today