Question about fixes and updates

Lists: pgsql-admin
From: "Srinivas Kotapally" <ksrinivas(at)coriendo(dot)com>
To: <pgsql-admin(at)postgresql(dot)org>
Subject: Question about fixes and updates
Date: 2007-07-30 10:20:14
Message-ID: 021a01c7d293$386447b0$3221a8c0@srinilaptop
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-admin

Hi All,

I just wanted to know if the patches that are applied to Postgres are back
ported to earlier versions? For example, I run the last stable release in
version 8.1... 8.1.9? Do I need to upgrade to 8.2.x to benefit from the
patches? Or is there a latest 8.1.9 binary that I can download and refresh my
installation? Please advise.

Regards

Srini
============================
Srinivas Kotapally

111 Presidential Boulevard Suite 246
Bala Cynwyd, PA 19004

Phone: +1 610 747 0341
Fax: +1 610 747 0343
********************************************************************************
********************************************************************************
**********************************
Note: The information contained in this message may be privileged and
confidential and protected from disclosure. It is intended only for the use of
the person(s) named above. If the reader of this message is not the intended
recipient, or an employee or agent responsible for delivering this message to
the intended recipient, you are hereby notified that any dissemination,
distribution or copying of this communication is strictly prohibited. If you
have received this communication in error, please notify us immediately by
replying to the message and deleting it from your computer. Thank you. Visit us
at <http://www.enjbiz.com/> www.enjbiz.com
********************************************************************************
********************************************************************************
**********************************



From: Decibel! <decibel(at)decibel(dot)org>
To: <ksrinivas(at)coriendo(dot)com>
Cc: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Question about fixes and updates
Date: 2007-07-31 01:52:17
Message-ID: 277E599F-1F78-40D0-9960-88EA58725DBB@decibel.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-admin

On Jul 30, 2007, at 3:20 AM, Srinivas Kotapally wrote:
> I just wanted to know if the patches that are applied to Postgres
> are back ported to earlier versions? For example, I run the last
> stable release in version 8.1... 8.1.9? Do I need to upgrade to
> 8.2.x to benefit from the patches? Or is there a latest 8.1.9
> binary that I can download and refresh my installation? Please
> advise.

Only bugfixes are backported, depending on the severity of the bug
and how hard it is to fix in older versions. Security issues are also
backpatched. If you look for threads of messages in pgsql-commit,
that will give you an idea of what gets backported (though often
threads are just discussions; you may have to hunt to find some
backpatching ones).
--
Decibel!, aka Jim Nasby decibel(at)decibel(dot)org
EnterpriseDB http://enterprisedb.com 512.569.9461 (cell)


From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Srinivas Kotapally <ksrinivas(at)coriendo(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Question about fixes and updates
Date: 2007-07-31 02:27:08
Message-ID: 20070731022708.GA24204@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-admin

On Mon, Jul 30, 2007 at 06:20:14AM -0400, Srinivas Kotapally wrote:
> I just wanted to know if the patches that are applied to Postgres are back
> ported to earlier versions? For example, I run the last stable release in
> version 8.1... 8.1.9? Do I need to upgrade to 8.2.x to benefit from the
> patches? Or is there a latest 8.1.9 binary that I can download and refresh my
> installation? Please advise.

Bug fixes are typically backpatched to earlier releases if the fix
isn't too invasive. However, to get those fixes you'll need to
build from the latest CVS source or wait until the next minor
release. I don't know if anybody builds "8.1.9 + latest patches"
packages.

If you're curious about a particular fix then see the Release Notes
for the latest release in the branch you're running (e.g., 8.1.9
for the 8.1 branch) or search the pgsql-committers archives:

http://archives.postgresql.org/pgsql-committers/

Commits to back branches will show a tag like REL8_1_STABLE.

--
Michael Fuhr