Re: Is anyone aware of data loss causing MultiXact bugs in 9.3.2?

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Is anyone aware of data loss causing MultiXact bugs in 9.3.2?
Дата
Msg-id 20140219015035.GA4759@eldon.alvh.no-ip.org
обсуждение исходный текст
Ответ на Is anyone aware of data loss causing MultiXact bugs in 9.3.2?  (Peter Geoghegan <pg@heroku.com>)
Ответы Re: Is anyone aware of data loss causing MultiXact bugs in 9.3.2?
Re: Is anyone aware of data loss causing MultiXact bugs in 9.3.2?
Список pgsql-hackers
Peter Geoghegan wrote:
> I've had multiple complaints of apparent data loss on 9.3.2 customer
> databases. There are 2 total, both complaints from the past week, one
> of which I was able to confirm. The customer's complaint is that
> certain rows are either visible or invisible, depending on whether an
> index scan is used or a sequential scan (I confirmed this with an
> EXPLAIN ANALYZE).

The multixact bugs would cause tuples to be hidden at the heap level.
If the tuples are visible in a seqscan, then these are more likely to be
related to index problems, not multixact problem.

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Is anyone aware of data loss causing MultiXact bugs in 9.3.2?
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: Is anyone aware of data loss causing MultiXact bugs in 9.3.2?