Re: ERROR: cannot GetMultiXactIdMembers() during recovery

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Marko Tiikkaja <marko(at)joh(dot)to>, Andres Freund <andres(at)2ndquadrant(dot)com>, hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: ERROR: cannot GetMultiXactIdMembers() during recovery
Date: 2015-05-18 17:13:51
Message-ID: 20150518171351.GR2523@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> writes:
> > Marko Tiikkaja wrote:
> >> Any chance to get this fixed in time for 9.1.16?
>
> > I hope you had pinged some days earlier. Here's a patch, but I will
> > wait until this week's releases have been tagged before pushing.
>
> Is this a recent regression, or has it been busted all along in those
> branches?
>
> If the former, maybe we should take the risk of fixing it today
> (the patch certainly looks safe enough). But if it's been this
> way a long time and nobody noticed till now, I'd agree with waiting.

Hmm, AFAICS the problematic check was introduced by this commit:

commit 9f1e051adefb2f29e757cf426b03db20d3f8a26d
Author: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Date: Fri Nov 29 11:26:41 2013 -0300

so it isn't hot off the oven, but it is a regression.

--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2015-05-18 17:15:53 Re: Making the regression tests halt to attach a debugger
Previous Message Andrew Dunstan 2015-05-18 17:13:41 Re: How does MSVC's fetchRegressOpts() work at all?