Steve Kehlet wrote: > On Wed, May 27, 2015 at 3:21 PM Alvaro Herrera <[email protected]> > 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)))
Meh, I sent you the wrong version of the patch. Yeah, that's obviously better. > It compiled then, but it didn't seem to change anything: postgres gave the > same errors and still would not start up. I'm setting up a reproducer for the problem to verify that the patch fixes it (evidently not). Maybe I've messed up the conditional or something else ... -- Álvaro Herrera http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
