Re: 8.03 versus 8.04 - Mailing list pgsql-general

From Jan Wieck
Subject Re: 8.03 versus 8.04
Date
Msg-id 43927775.4040608@Yahoo.com
Whole thread Raw
In response to 8.03 versus 8.04  (<alex.cotarlan@thomson.com>)
List pgsql-general
On 12/3/2005 1:34 PM, alex.cotarlan@thomson.com wrote:

>
> Can anyone specify from his/her experience what would be the benefits of using postgresql 8.04 versus 8.03  in terms
ofreliability  and/or performance.  

Unless forced because there is no other way to fix a bug, we do not
change any functionality of the system within a release branch. The
PostgreSQL version number has three components:

     <major>.<minor>.<patchlevel>

Every minor release has its own branch within the source repository.
Only bugfixes will be applied to a release branch. So you can safely
assume that the difference between x.y.z1 and x.y.z2 is reliablity and
very unlikely performance.


Jan

--
#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#================================================== JanWieck@Yahoo.com #

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Missing variable "role" in "pg_settings"?
Next
From: "Karl O. Pinc"
Date:
Subject: Re: New.* and old.* as function arguments within rules