Curious buildfarm failures - Mailing list pgsql-hackers

From Tom Lane
Subject Curious buildfarm failures
Date
Msg-id 6458.1358199348@sss.pgh.pa.us
Whole thread Raw
Responses Re: Curious buildfarm failures
Re: Curious buildfarm failures
List pgsql-hackers
Since commit 2065dd2834e832eb820f1fbcd16746d6af1f6037, there have been
a few buildfarm failures along the lines of  -- Commit table drop COMMIT PREPARED 'regress-two';
! PANIC:  failed to re-find shared proclock object
! PANIC:  failed to re-find shared proclock object
! connection to server was lost

Evidently I bollixed something, but what?  I've been unable to reproduce
this locally so far.  Anybody see what's wrong?

Another thing is that dugong has been reproducibly failing with
drop cascades to table testschema.atable -- Should succeed DROP TABLESPACE testspace;
+ ERROR:  tablespace "testspace" is not empty

since the elog-doesn't-return patch (b853eb97) went in.  Maybe this is
some local problem there but I'm suspicious that there's a connection.
But what?

Any insights out there?
        regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: count(*) of zero rows returns 1
Next
From: Andres Freund
Date:
Subject: Re: Curious buildfarm failures