1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Update item:

< * Improve deadlock detection when deleting items from shared buffers
> * Improve deadlock detection when a page cleaning lock conflicts
>   with a shared buffer that is pinned
This commit is contained in:
Bruce Momjian
2008-02-01 02:41:10 +00:00
parent b07e548590
commit ea3db8f79d
2 changed files with 6 additions and 4 deletions

View File

@ -1,7 +1,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
Last updated: Thu Jan 31 10:05:01 EST 2008
Last updated: Thu Jan 31 21:41:04 EST 2008
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@ -1144,7 +1144,8 @@ Locking
* Add idle_in_transaction_timeout GUC so locks are not held for long
periods of time
* Improve deadlock detection when deleting items from shared buffers
* Improve deadlock detection when a page cleaning lock conflicts
with a shared buffer that is pinned
http://archives.postgresql.org/pgsql-bugs/2008-01/msg00138.php
http://archives.postgresql.org/pgsql-hackers/2008-01/msg00873.php