Re: [GENERAL] Waiting for Disconnect

2005-04-21 Thread David Wheeler
On Apr 21, 2005, at 11:16 PM, Tom Lane wrote: The only real solution I know of is to sleep for a little before trying to issue the DROP DATABASE. Certainly, adding more database traffic as you suggest isn't going to improve matters. I think just sleeping is all I'm doing. The extra database traffi

Re: [GENERAL] Waiting for Disconnect

2005-04-21 Thread Tom Lane
David Wheeler <[EMAIL PROTECTED]> writes: > I have some tests that create a database, run a bunch of tests against > it, and then drop it. But I was running into an issue where I'd get > this error even after I disconnected from the test database: >ERROR: source database "foo" is being acce

[GENERAL] Waiting for Disconnect

2005-04-21 Thread David Wheeler
Hi All, I have some tests that create a database, run a bunch of tests against it, and then drop it. But I was running into an issue where I'd get this error even after I disconnected from the test database: ERROR: source database "foo" is being accessed by other users And no, no other users