summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2008-01-31 15:05:09 +0000
committerBruce Momjian <bruce@momjian.us>2008-01-31 15:05:09 +0000
commit55986a5eb8646e1aa0f12a546e20ad814a721066 (patch)
tree684870a903dc379dc34e2e0e55d528037837ac79
parent0ace923ce8bd87b4f0b4d17ec08bf6f957f32a8d (diff)
Add:
> * Improve deadlock detection when deleting items from shared buffers > > 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
-rw-r--r--doc/TODO8
-rw-r--r--doc/src/FAQ/TODO.html7
2 files changed, 13 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 134bdf5bf27..5e0eed5c04d 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Tue Jan 29 11:12:44 EST 2008
+Last updated: Thu Jan 31 10:05:01 EST 2008
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1144,6 +1144,12 @@ 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
+
+ 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
+
Startup Time Improvements
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index f23073bed93..469ef9f480f 100644
--- a/doc/src/FAQ/TODO.html
+++ b/doc/src/FAQ/TODO.html
@@ -8,7 +8,7 @@
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
-Last updated: Tue Jan 29 11:12:44 EST 2008
+Last updated: Thu Jan 31 10:05:01 EST 2008
</p>
<p>The most recent version of this document can be viewed at<br/>
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -1018,6 +1018,11 @@ first. There is also a developer's wiki at<br/>
</p>
</li><li>Add idle_in_transaction_timeout GUC so locks are not held for long
periods of time
+ </li><li>Improve deadlock detection when deleting items from shared buffers
+<p> <a href="http://archives.postgresql.org/pgsql-bugs/2008-01/msg00138.php">http://archives.postgresql.org/pgsql-bugs/2008-01/msg00138.php</a>
+ <a href="http://archives.postgresql.org/pgsql-hackers/2008-01/msg00873.php">http://archives.postgresql.org/pgsql-hackers/2008-01/msg00873.php</a>
+ <a href="http://archives.postgresql.org/pgsql-committers/2008-01/msg00365.php">http://archives.postgresql.org/pgsql-committers/2008-01/msg00365.php</a>
+</p>
</li></ul>
<h1><a name="section_15">Startup Time Improvements</a></h1>