Re: BUG #4929: Corrupted pg_class, possibly truncate/rollback related

Поиск
Список
Период
Сортировка
От Andrew Gierth
Тема Re: BUG #4929: Corrupted pg_class, possibly truncate/rollback related
Дата
Msg-id 87prbuq29i.fsf@news-spur.riddles.org.uk
обсуждение исходный текст
Ответ на Re: BUG #4929: Corrupted pg_class, possibly truncate/rollback related  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: BUG #4929: Corrupted pg_class, possibly truncate/rollback related  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
>>>>> "Tom" == Tom Lane <tgl@sss.pgh.pa.us> writes:

 > "Robert Treat" <xzilla@users.sourceforge.net> writes:
 >> PostgreSQL version: 8.3.1
 >> Description:        Corrupted pg_class, possibly truncate/rollback related

 Tom> FWIW, there is a bug fix in 8.3.4 addressing possible HOT-chain
 Tom> corruption after a REINDEX of pg_class.  Not sure if that
 Tom> could've been the issue here.

I asked Robert about that when we were discussing it on IRC, and he
said that no such REINDEX had been done (and nor had ALTER TABLE
RENAME and ALTER TABLE SET SCHEMA been done on the affected table).

However I'm wondering if another 8.3.4 fix, the RecentGlobalXmin one,
could be relevant here?
http://archives.postgresql.org/pgsql-committers/2008-09/msg00105.php
(I'm not seeing how it would be, but... note that the xids have got
to the point that they'd appear to be in the past from the point of
view of FirstNormalTransactionId)

--
Andrew (irc:RhodiumToad)

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #4929: Corrupted pg_class, possibly truncate/rollback related
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #4929: Corrupted pg_class, possibly truncate/rollback related