Re: could not access status of transaction pg_multixact issue - Mailing list pgsql-sql

From Alvaro Herrera
Subject Re: could not access status of transaction pg_multixact issue
Date
Msg-id 20141008185538.GY7043@eldon.alvh.no-ip.org
Whole thread Raw
In response to could not access status of transaction pg_multixact issue  (jim_yates <pg@wg5jim.net>)
Responses Re: could not access status of transaction pg_multixact issue
List 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



pgsql-sql by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: could not access status of transaction pg_multixact issue
Next
From: jim_yates
Date:
Subject: Re: could not access status of transaction pg_multixact issue