Re: Stable Release?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
Cc: Carol Walter <walterc(at)indiana(dot)edu>, pgsql-admin(at)postgresql(dot)org
Subject: Re: Stable Release?
Date: 2008-02-21 17:55:19
Message-ID: 12694.1203616519@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Joshua D. Drake" <jd(at)commandprompt(dot)com> writes:
> Carol Walter <walterc(at)indiana(dot)edu> wrote:
>> A colleague told me that the latest stable release of PostgreSQL is
>> 8.1.x. I thought it was 8.2.4. What is the latest stable release?
>> I thought there was a problem with autovacuum in the earlier
>> releases. Can anyone comment?

> Sure:
> 8.3.0 is current stable release.
> 8.2.6 is current 8.2 stable release.
> 8.1.11 is current 8.1 stable release.

I wouldn't argue with a DBA who takes the position that a new major
PG branch isn't "stable" enough for him/her until it's reached the
.1 or .2 or so minor release --- that's just saying that you don't
want to be a pioneer. But once a branch is past that point, it's
probably at least as stable as older branches. If you look at the
patch history, an awful lot of bugs go back more than one branch,
and there are known issues in old branches that never will be fixed.
By now I would certainly consider 8.2.latest as the most stable
available release.

The correct term for 8.1 and before is not "stable" but "obsolete".
The only reason we continue to support them is for the convenience
of people who have databases too big for annual dump/reload exercises
and/or don't want to re-test their applications that often.

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Ray Stell 2008-02-21 18:39:39 pg_dump --clean or dropdb?
Previous Message Ron Mayer 2008-02-21 17:21:27 Re: Stable Release?