Re: problems with table corruption continued

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: problems with table corruption continued
Дата
Msg-id 17494.1008701617@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: problems with table corruption continued  ("Brian Hirt" <bhirt@mobygames.com>)
Список pgsql-hackers
"Brian Hirt" <bhirt@mobygames.com> writes:
> Great,  I'm also trying to create a reproducable test case for the original
> problem i reported with duplicate rows/oids/pkeys.  Maybe both problems are
> a result of the same bug; i don't know.

Were the duplicate rows all in tables that had functional indexes based
on functions similar to developer_aka_search_name?  The problem we're
seeing here seems to be due to VACUUM not being able to cope with the
side effects of the SELECT inside the index function.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: problems with table corruption continued
Следующее
От: Jason Earl
Дата:
Сообщение: Re: Concerns about this release