Re: BUG #1527: select retrieves 0 rows after vacuum analyze

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Theo Petersen <tpetersen(at)ocv(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: BUG #1527: select retrieves 0 rows after vacuum analyze
Date: 2005-03-07 16:57:42
Message-ID: 20050307165742.GA28093@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Mon, Mar 07, 2005 at 09:11:49AM -0700, Theo Petersen wrote:
>
> I had been running 7.4.7, and I'm back to 7.3.9 now so as to keep my db
> working when I restore a backup. Is there any plan to address this in 7.4?

I don't think so:

http://archives.postgresql.org/pgsql-bugs/2004-06/msg00057.php

You should be able to work around it by setting oprcanhash to false
for the operator in question, although I never tested that extensively.

http://archives.postgresql.org/pgsql-general/2004-04/msg00461.php
http://archives.postgresql.org/pgsql-general/2004-04/msg00463.php

The problem is fixed in 8.0, so you might want to consider trying
8.0.1. Among other things, it has an improved PL/Perl that might
have been handy on that project a year ago. See the Release Notes
if you haven't been keeping up with it:

http://www.postgresql.org/docs/8.0/interactive/release-8-0.html
http://www.postgresql.org/docs/8.0/interactive/release.html#RELEASE-8-0-1

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Oliver Jowett 2005-03-07 20:27:01 Re: [BUGS] BUG #1523: precision column value returned from
Previous Message Theo Petersen 2005-03-07 16:11:49 Re: BUG #1527: select retrieves 0 rows after vacuum analyz