From: Bruce Momjian Date: Fri, 1 Feb 2008 02:41:10 +0000 (+0000) Subject: Update item: X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=a16a356b5b8751decd0af40d45ea578758377762;p=users%2Fbernd%2Fpostgres.git 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 --- diff --git a/doc/TODO b/doc/TODO index 5e0eed5c04..a8b9207b9d 100644 --- a/doc/TODO +++ b/doc/TODO @@ -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 diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 469ef9f480..ff37fdecfd 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,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. @@ -1018,7 +1018,8 @@ first. There is also a developer's wiki at

  • 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 http://archives.postgresql.org/pgsql-committers/2008-01/msg00365.php