Re: SELECT returning too many rows (?) - Mailing list pgsql-bugs

From robf
Subject Re: SELECT returning too many rows (?)
Date
Msg-id 179be1e91e1bf4c60ff0b8a32ec05397@dsvr.net
Whole thread Raw
In response to Re: SELECT returning too many rows (?)  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: SELECT returning too many rows (?)  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
> This looks to me like malfeasance of a VACUUM FULL: the reason there
> are multiple copies is that VACUUM FULL was trying to move the row
> around, and somehow you ended up with all three copies marked "good",
> when there should have been only one "good" copy at any instant.

> So: (1) have you had any system crashes recently?  (2) what sort of
> disk hardware is this running on?  I'm wondering about IDE drives
> with write caching enabled :-(

For the record there is only supposed to be one row, and we do run a
vacuum full each night, and it happened *after* this record was
inserted.

1) No. Up 377 days.
2) SCSI - configured as a hardware RAID 5 thru a LSI Logic / Symbios
Logic 53c1010 Ultra3 SCSI  adapter

Can I now remove these two errant records or do you think there is
anything to gain from continuing with this investigation ?

Kind regards

Rob

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: SELECT returning too many rows (?) [7.4.2]
Next
From: Tom Lane
Date:
Subject: Re: SELECT returning too many rows (?)