Re: Pg11 -- MultiXactId xxxx has not been created yet -- apparent wraparound

From: Moreno Andreo <moreno(dot)andreo(at)evolu-s(dot)it>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Cc: PostgreSQL mailing lists <pgsql-general(at)postgresql(dot)org>
Subject: Re: Pg11 -- MultiXactId xxxx has not been created yet -- apparent wraparound
Date: 2019-10-04 16:01:15
Message-ID: c70225b0-d1e8-26dd-3c7b-2c54ab582a12@evolu-s.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Il 04/10/19 17:30, Alvaro Herrera ha scritto:
> On 2019-Oct-04, Moreno Andreo wrote:
>
>> select * from heap_page_items(get_raw_page('tablename',3159));
>> select * from heap_page_items(get_raw_page('tablename',3160));
>>
>> and so on for about 5 or 6 pages.
> Please paste the output of that for pages 3159 and 3160, as well as the
> output of pg_controldata.
>
Thanks Alvaro,
    you can find attached the data you requested

Attachment Content-Type Size
3159.csv application/vnd.ms-excel 15.8 KB
3160.csv application/vnd.ms-excel 15.9 KB
pgcontroldata.log text/plain 2.6 KB

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2019-10-04 16:09:19 Re: Clarification on the release notes of postgresql 12 regarding pg_upgrade
Previous Message Alvaro Herrera 2019-10-04 15:30:47 Re: Pg11 -- MultiXactId xxxx has not been created yet -- apparent wraparound