(04:59:06 PM) sebersole: brmeyer: does it hang indef?
(05:01:52 PM) sebersole: brmeyer: another issue the pgsql devs are saying to look at is shared buffer size
(05:02:13 PM) sebersole: it could cause the drops to wait
(05:02:18 PM) sebersole: but it should not be an indef thing
(05:02:39 PM) sebersole: if it hangs indef, there is a resource block of some form
(05:11:22 PM) sebersole: i asked on pgsql channel
(05:11:46 PM) sebersole: we all seem to think its locks on those tables hanging around
(05:13:41 PM) sebersole: brmeyer: anyway, need to info from pg_locks to confirm
(05:13:50 PM) sebersole: then we can debug from there.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
From Steve: