Re: 9.4.1 -> 9.4.2 problem: could not access status of transaction 1 - Mailing list pgsql-general

From Steve Kehlet
Subject Re: 9.4.1 -> 9.4.2 problem: could not access status of transaction 1
Date
Msg-id CA+bfosHdseEgwX0qOqebbbdRYuC4yjt7PCk777ecgbHNqNWDbQ@mail.gmail.com
Whole thread Raw
In response to Re: 9.4.1 -> 9.4.2 problem: could not access status of transaction 1  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: 9.4.1 -> 9.4.2 problem: could not access status of transaction 1
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Constraint exclusion not working - need different constraints?
Next
From: Adrian Klaver
Date:
Subject: Re: Python 3.2 XP64 and Numpy...