Re: 9.4.1 -> 9.4.2 problem: could not access status of transaction 1

Поиск
Список
Период
Сортировка
От Steve Kehlet
Тема Re: 9.4.1 -> 9.4.2 problem: could not access status of transaction 1
Дата
Msg-id CA+bfosHdseEgwX0qOqebbbdRYuC4yjt7PCk777ecgbHNqNWDbQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: 9.4.1 -> 9.4.2 problem: could not access status of transaction 1  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Ответы Re: 9.4.1 -> 9.4.2 problem: could not access status of transaction 1  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-general
On Wed, May 27, 2015 at 3:21 PM Alvaro Herrera <alvherre@2ndquadrant.com> wrote:
I think a patch like this should be able to fix it ... not tested yet.

Thanks Alvaro. I got a compile error, so looked for other uses of SimpleLruDoesPhysicalPageExist and added MultiXactOffsetCtl, does this look right?

+ (!InRecovery || SimpleLruDoesPhysicalPageExist(MultiXactOffsetCtl, pageno)))

It compiled then, but it didn't seem to change anything: postgres gave the same errors and still would not start up. 

I'm recompiling it now just to be sure I didn't make any mistakes. I have to leave for the day in a few minutes so I thought I'd check on the above argument with you. Thanks again!

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Constraint exclusion not working - need different constraints?
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Python 3.2 XP64 and Numpy...