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

From Andrew Dunstan
Subject race condition for drop schema cascade?
Date
Msg-id 41C0A720.9050803@dunslane.net
Whole thread Raw
Responses Re: race condition for drop schema cascade?
List pgsql-hackers
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.
================== pgsql.30167/src/test/regress/regression.diffs ===================*** ./expected/tablespace.out
SatDec 11 13:05:32 2004--- ./results/tablespace.out    Sat Dec 11 14:35:24 2004****************** 35,37 ****--- 35,38
---- NOTICE:  drop cascades to table testschema.foo  -- Should succeed  DROP TABLESPACE testspace;+ ERROR:  tablespace
"testspace"is not empty======================================================================
 

cheers

andrew




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: possible wierd boolean bug?
Next
From: Michael Fuhr
Date:
Subject: Re: production server down