Re: could not access status of transaction pg_multixact issue

Поиск
Список
Период
Сортировка
От jim_yates
Тема Re: could not access status of transaction pg_multixact issue
Дата
Msg-id 1412803606495-5822295.post@n5.nabble.com
обсуждение исходный текст
Ответ на Re: could not access status of transaction pg_multixact issue  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-sql
Alvaro Herrera-9 wrote
> The one labelled NextMultiXactId.
>
>> I also assume I would do the pg_database update on a idle database.
>
> It doesn't matter, actually.  pg_database is a shared catalog, so an
> update would affect all the databases.
>
> --
> Álvaro Herrera                http://www.2ndQuadrant.com/
> PostgreSQL Development, 24x7 Support, Training & Services

Right now my Latest checkpoint's NextMultiXactId is  302870
and the relminmxid from pg_class for the table in question is 1.

So I would set the pg_database.datxminmxid to 302869.




--
View this message in context:
http://postgresql.1045698.n5.nabble.com/could-not-access-status-of-transaction-pg-multixact-issue-tp5822248p5822295.html
Sent from the PostgreSQL - sql mailing list archive at Nabble.com.



В списке pgsql-sql по дате отправления:

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