"Bruce Momjian" <[EMAIL PROTECTED]> writes: > * Improve deadlock detection when deleting items from shared buffers >... > Let me know if there is better wording.
I'm not sure whhere deleting items from shared buffers enters into it. I think you need something like: Add deadlock detection when a process holding a buffer pin is blocked by a lock held by a process attempting to LockBufferForCleanup() on that buffer or more complex versions thereof. (And without adding unacceptable overhead to pin/unpin.) -- Gregory Stark EnterpriseDB http://www.enterprisedb.com Ask me about EnterpriseDB's On-Demand Production Tuning ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq
