Re: postgres patch for autovacuum error in postgres

From: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
To: tamanna madaan <tamanna(dot)madan(at)globallogic(dot)com>
Cc: pgsql-general(at)postgresql(dot)org, Tapin Agarwal <tapin(dot)agarwal(at)globallogic(dot)com>
Subject: Re: postgres patch for autovacuum error in postgres
Date: 2010-09-09 22:41:48
Message-ID: AANLkTim3GoQ-WnwXet6pOVxa19rSDMU2tdwZ1oFX4nLv@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Sep 9, 2010 at 2:38 PM, tamanna madaan
<tamanna(dot)madan(at)globallogic(dot)com> wrote:
> Hi All
>
> I am using postgres-8.1.2 . I am getting the below error while autovacuuming
> template0 database :
>
>
> Due to some reason I don’t want to upgrade to  postgres-8.1.6.

There are very very very few good reasons to not want to upDATE to the
latest minor version.

I understand that maybe in the past, some big software vendor shoved
out updates and bug fixes and changes in behaviour with each minor
upgrade PostgreSQL is NOT LIKE THAT. Minor upgrades from 8.1.2 to
8.1.21 are safe bets, and you'll be fixing bugs you haven't even had
to deal with yet

Seriously, just update to 8.1.21 and be done with it.

--
To understand recursion, one must first understand recursion.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ungermann Carsten 2010-09-09 23:23:59 Re: Regular expression in an if-statement will not work
Previous Message Nick 2010-09-09 22:34:02 Re: Dynamically update NEW columns in plpgsql trigger