Re: could not access status of transaction pg_multixact issue

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: could not access status of transaction pg_multixact issue
Дата
Msg-id 20141008185538.GY7043@eldon.alvh.no-ip.org
обсуждение исходный текст
Ответ на could not access status of transaction pg_multixact issue  (jim_yates <pg@wg5jim.net>)
Ответы Re: could not access status of transaction pg_multixact issue  (jim_yates <pg@wg5jim.net>)
Список 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 по дате отправления:

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: could not access status of transaction pg_multixact issue
Следующее
От: jim_yates
Дата:
Сообщение: Re: could not access status of transaction pg_multixact issue