Re: strange isolation test buildfarm failure on guaibasaurus - Mailing list pgsql-hackers

From Tom Lane
Subject Re: strange isolation test buildfarm failure on guaibasaurus
Date
Msg-id 23050.1354769240@sss.pgh.pa.us
Whole thread Raw
In response to Re: strange isolation test buildfarm failure on guaibasaurus  ("Kevin Grittner" <kgrittn@mail.com>)
Responses Re: strange isolation test buildfarm failure on guaibasaurus
List pgsql-hackers
"Kevin Grittner" <kgrittn@mail.com> writes:
> Stefan Kaltenbrunner wrote:
>> seems like a rather odd failure in the isolation test (client)

> Lines which might get the attention of interested parties:
> TRAP: FailedAssertion("!(rel->rd_refcnt > 0)", File: "relcache.c", Line: 1603)

Hah ... I'd looked at that report but managed to miss the TRAP entry.

It's yet another silliness in the DROP INDEX CONCURRENTLY patch,
which I'm now kicking myself for not noticing when I reviewed the
patch last week:
http://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=e31d524867130d3c54b8d5f4c5ed59e2fcd07867

We really need to scare up another buildfarm member to run with
-DCLOBBER_CACHE_ALWAYS, now that jaguar has stopped doing so.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Shigeru Hanada
Date:
Subject: Re: PATCH: optimized DROP of multiple tables within a transaction
Next
From: Alvaro Herrera
Date:
Subject: Re: Review: Extra Daemons / bgworker