Re: MultiXactId 24018 has not been created yet -- apparent wraparound error

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Dean Armada <dean(at)unnotech(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: MultiXactId 24018 has not been created yet -- apparent wraparound error
Date: 2018-08-23 14:07:45
Message-ID: 20180823140745.qi6ebxhsyvfq5rvh@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 2018-Aug-23, Dean Armada wrote:

> My team is confused as we are not doing anything then we experienced this
> in our staging environment. It's happening only in one of our tables. When
> we try fetch in that table, the message below returns
>
> project=# SELECT * FROM table_table;
> ERROR: MultiXactId 24018 has not been created yet -- apparent wraparound
>
> Please take note that I am using docker containers and my image is
> postgres:9.6.3-alpine

Quite a few bugs in this area have been fixed in releases after 9.6.3.
I suggest an upgrade (9.6.10 is latest in that branch), and report back
if it still happens.

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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Naveen Dabas 2018-08-23 14:39:43 Re: pg_sample
Previous Message Andres Freund 2018-08-23 13:46:28 Re: "checkpointer process" is consuming more memory. How to control it?