Re: BUG #1527: select retrieves 0 rows after vacuum analyze - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #1527: select retrieves 0 rows after vacuum analyze
Date
Msg-id 14070.1109997988@sss.pgh.pa.us
Whole thread Raw
In response to BUG #1527: select retrieves 0 rows after vacuum analyze  ("Theo Petersen" <tpetersen@ocv.com>)
Responses Re: BUG #1527: select retrieves 0 rows after vacuum analyze  (Michael Fuhr <mike@fuhr.org>)
List pgsql-bugs
"Theo Petersen" <tpetersen@ocv.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.

Perhaps you should offer some details that would allow someone else to
replicate the problem.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #1524: drop view cascade deletes other user's views
Next
From: Tom Lane
Date:
Subject: Re: BUG #1526: SHRT_MIN out of range on explicit type conversion