Re: race condition for drop schema cascade? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: race condition for drop schema cascade?
Date
Msg-id 9085.1103146141@sss.pgh.pa.us
Whole thread Raw
In response to race condition for drop schema cascade?  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: race condition for drop schema cascade?
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> I have seen this failure several times, but not consistently, on the 
> buildfarm member otter (Debian/MIPS) and possible on others, and am 
> wondering if it indicates a possible race condition on DROP SCHEMA CASCADE.

Hard to see what, considering that there's only one backend touching
that tablespace in the test.  I'd be inclined to wonder if there's
a filesystem-level problem on that platform.  What filesystem are you
running on anyway?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: production server down
Next
From: Mark Kirkwood
Date:
Subject: Re: bgwriter changes