On Wed, May 27, 2015 at 3:21 PM Alvaro Herrera <alvherre@xxxxxxxxxxxxxxx> 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!