Re: Something flaky in the "relfilenode mapping" infrastructure

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andres Freund <andres(at)2ndquadrant(dot)com>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Something flaky in the "relfilenode mapping" infrastructure
Date: 2014-03-28 20:41:15
Message-ID: 29178.1396039275@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andres Freund <andres(at)2ndquadrant(dot)com> writes:
> On 2014-03-27 08:02:35 -0400, Tom Lane wrote:
>> Buildfarm member prairiedog thinks there's something unreliable about
>> commit f01d1ae3a104019d6d68aeff85c4816a275130b3:

> That's rather odd. It has survived for a couple of months on the other
> buildfarm animals now... Could one of you apply the attached patch
> adding more details to eventual failures?

Any objection to separating out the have_mappings bit? It wasn't terribly
appropriate before, but it seems really out of place in this formulation.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2014-03-28 20:43:36 Re: Something flaky in the "relfilenode mapping" infrastructure
Previous Message Tom Lane 2014-03-28 20:36:52 Re: Re: [COMMITTERS] pgsql: Fix EquivalenceClass processing for nested append relations.