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

From Andrew Gierth
Subject Re: BUG #15142: ERROR: MultiXactId nnnnn has not been created yet -- apparent wraparound in v9.5
Date
Msg-id 87d0zfkrs9.fsf@news-spur.riddles.org.uk
Whole thread Raw
In response to Re: BUG #15142: ERROR: MultiXactId nnnnn has not been created yet --apparent wraparound in v9.5  (molofeev <molofeev3@gmail.com>)
Responses Re: BUG #15142: ERROR: MultiXactId nnnnn has not been created yet --apparent wraparound in v9.5  (molofeev <molofeev3@gmail.com>)
List 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 by date:

Previous
From: molofeev
Date:
Subject: Re: BUG #15142: ERROR: MultiXactId nnnnn has not been created yet --apparent wraparound in v9.5
Next
From: molofeev
Date:
Subject: Re: BUG #15142: ERROR: MultiXactId nnnnn has not been created yet --apparent wraparound in v9.5