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

Поиск
Список
Период
Сортировка
molofeev wrote:
> Query 1:  select * from heap_page_items(get_raw_page('tablename',3220145));

In this one, t_infomask is 11011 for all the tuples, which is 0x2B03.
HEAP_XMAX_IS_MULTI is 0x1000.  I think you're looking at the wrong
pages, probably because of synchronized_seqscans.

I didn't look at the other pages.

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


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

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