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

From: molofeev <molofeev3(at)gmail(dot)com>
To: Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk>
Cc: Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #15142: ERROR: MultiXactId nnnnn has not been created yet -- apparent wraparound in v9.5
Date: 2018-04-04 15:02:47
Message-ID: 635765c4-0e4d-2bef-fa76-69590cb06018@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

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

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

Query 3: select * from heap_page_items(get_raw_page('tablename',3220147));

Files with same names (query1, query2, query3) in attachment archive.

On 04/04/2018 05:45 PM, Andrew Gierth wrote:
>>>>>> "molofeev" == molofeev <molofeev3(at)gmail(dot)com> writes:
> molofeev> Thank you for reply.
>
> molofeev> First query result has data in each cell except last column.
> molofeev> Second query result has data only in this columns: lp,
> molofeev> lp_off, lp_flags, lp_len; other cells empty. If you need I
> molofeev> can send files with query results.
>
> Please send the results, yes. Also try the same query for larger block
> numbers until you find one with more data, and send that result too.
>

Attachment Content-Type Size
results.zip application/zip 4.1 KB

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Andrew Gierth 2018-04-04 15:10:25 Re: BUG #15142: ERROR: MultiXactId nnnnn has not been created yet -- apparent wraparound in v9.5
Previous Message Andrew Gierth 2018-04-04 14:45:54 Re: BUG #15142: ERROR: MultiXactId nnnnn has not been created yet -- apparent wraparound in v9.5