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

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

Thanks Mike, your post from about a year ago correctly identifies the
problem. (And you correctly identified the app too.)

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?

Regards,
Theo Petersen

-----Original Message-----
From: Michael Fuhr [mailto:mike(at)fuhr(dot)org]
Sent: Friday, March 04, 2005 11:20 PM
To: Theo Petersen; pgsql-bugs(at)postgresql(dot)org
Cc: Tom Lane
Subject: Re: [BUGS] BUG #1527: select retrieves 0 rows after vacuum analyze

"Theo Petersen" <tpetersen(at)ocv(dot)com> writes:
> I have a database (network monitoring data created by OpenNMS) that
exhibits
> this behavior:
>
> 1) I restore the database from a production backup.
> 2) I perform a select that joins four tables, and get 9 rows of output.
> 3) I use the command VACUUM ANALYZE to maintain the database files.
> 4) I perform the same select and get 0 rows of output.
>
> I've reduced it to those steps to verify the problem.

Are you perchance doing joins involving INET or CIDR types where
the old database is 7.3.x and the new database is 7.4.x? I ask
because I discovered a problem with the 7.4.x = operator when I was
(hastily) writing the prototype for the application I think you're
working on.

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

If this is the problem you're having, then it should be mentioned
on the project Wiki that Chris F. set up, if it still exists.

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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Fuhr 2005-03-07 16:57:42 Re: BUG #1527: select retrieves 0 rows after vacuum analyze
Previous Message Sergio Lob 2005-03-07 15:42:49 Re: [BUGS] BUG #1523: precision column value returned from getTypeInfo()