Re: BUG #15142: ERROR: MultiXactId nnnnn has not been created yet -- apparent wraparound in v9.5

Поиск
Список
Период
Сортировка
От Andrew Gierth
Тема Re: BUG #15142: ERROR: MultiXactId nnnnn has not been created yet -- apparent wraparound in v9.5
Дата
Msg-id 87d0zfkrs9.fsf@news-spur.riddles.org.uk
обсуждение исходный текст
Ответ на Re: BUG #15142: ERROR: MultiXactId nnnnn has not been created yet --apparent wraparound in v9.5  (molofeev <molofeev3@gmail.com>)
Ответы Re: BUG #15142: ERROR: MultiXactId nnnnn has not been created yet --apparent wraparound in v9.5  (molofeev <molofeev3@gmail.com>)
Список pgsql-bugs
>>>>> "molofeev" == molofeev  <molofeev3@gmail.com> writes:

 molofeev> Tuple #161 has ctid = (3220145, 81)

try these (after installing the pageinspect extension):

select * from heap_page_items(get_raw_page('tablename',3220145));

select * from heap_page_items(get_raw_page('tablename',3220146));

If you catch me on the irc channel (#postgresql on freenode.net), I
often talk people through this kind of analysis in real time.

-- 
Andrew (irc:RhodiumToad)


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

Предыдущее
От: molofeev
Дата:
Сообщение: Re: BUG #15142: ERROR: MultiXactId nnnnn has not been created yet --apparent wraparound in v9.5
Следующее
От: molofeev
Дата:
Сообщение: Re: BUG #15142: ERROR: MultiXactId nnnnn has not been created yet --apparent wraparound in v9.5