race condition for drop schema cascade?

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: race condition for drop schema cascade?
Date: 2004-12-15 21:05:36
Message-ID: 41C0A720.9050803@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Sat Dec 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Fuhr 2004-12-15 21:16:48 Re: production server down
Previous Message Tom Lane 2004-12-15 21:03:33 Re: possible wierd boolean bug?