Re: could not access status of transaction pg_multixact issue

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: jim_yates <pg(at)wg5jim(dot)net>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: could not access status of transaction pg_multixact issue
Date: 2014-10-08 18:55:38
Message-ID: 20141008185538.GY7043@eldon.alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

jim_yates wrote:
> I have this issue for 1 table. Version is 9.3.5 upgraded from 9.2 with
> pg_upgrade a few months ago.
>
> This issues just started in the last couple of days.
>
> acustream=# SELECT count(*) from phyorg_charges_to_invoice;
> ERROR: could not access status of transaction 267035
> DETAIL: Could not open file "pg_multixact/members/10AD6": No such file or
> directory.
>
> This error happens when I try and select or vacuum the table. Inserts still
> work. I have a hot standby database and I can recover the data from there.
> Is there any work around for this?

Please see this thread:
http://www.postgresql.org/message-id/loom.20140930T022539-927@post.gmane.org

My bet is you upgraded to a 9.3 version older than 9.3.5; this means
your relminmxid/datminmxid are set to 1 and need to be updated.

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

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message jim_yates 2014-10-08 19:43:35 Re: could not access status of transaction pg_multixact issue
Previous Message Adrian Klaver 2014-10-08 18:40:55 Re: could not access status of transaction pg_multixact issue