diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-02-03 01:59:27 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-02-03 01:59:27 +0000 |
commit | b1b9c364cc8b2e9d5ffdc9caa401381cb24fdfda (patch) | |
tree | 9e908e71909bf7e05d56416ad8ef42c6c242a84d | |
parent | 635425d845cda5dbd0d8269c17ce0631b8cf4f0b (diff) | |
download | postgresql-b1b9c364cc8b2e9d5ffdc9caa401381cb24fdfda.tar.gz postgresql-b1b9c364cc8b2e9d5ffdc9caa401381cb24fdfda.zip |
Add patches thread for:
* Reduce checkpoint performance degredation by forcing data to disk
more evenly
> http://archives.postgresql.org/pgsql-patches/2006-12/msg00104.php
-rw-r--r-- | doc/TODO | 3 | ||||
-rw-r--r-- | doc/src/FAQ/TODO.html | 5 |
2 files changed, 5 insertions, 3 deletions
@@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Fri Feb 2 18:05:31 EST 2007 +Last updated: Fri Feb 2 20:59:21 EST 2007 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -994,6 +994,7 @@ Fsync * Reduce checkpoint performance degredation by forcing data to disk more evenly + http://archives.postgresql.org/pgsql-patches/2006-12/msg00104.php http://archives.postgresql.org/pgsql-hackers/2006-12/msg00337.php http://archives.postgresql.org/pgsql-hackers/2007-01/msg00079.php diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index c94d5006816..6e4637be56b 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: Fri Feb 2 18:05:31 EST 2007 +Last updated: Fri Feb 2 20:59:21 EST 2007 </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>. @@ -889,7 +889,8 @@ first. There is also a developer's wiki at<br/> </li><li>Add program to test if fsync has a delay compared to non-fsync </li><li>Reduce checkpoint performance degredation by forcing data to disk more evenly -<p> <a href="http://archives.postgresql.org/pgsql-hackers/2006-12/msg00337.php">http://archives.postgresql.org/pgsql-hackers/2006-12/msg00337.php</a> +<p> <a href="http://archives.postgresql.org/pgsql-patches/2006-12/msg00104.php">http://archives.postgresql.org/pgsql-patches/2006-12/msg00104.php</a> + <a href="http://archives.postgresql.org/pgsql-hackers/2006-12/msg00337.php">http://archives.postgresql.org/pgsql-hackers/2006-12/msg00337.php</a> <a href="http://archives.postgresql.org/pgsql-hackers/2007-01/msg00079.php">http://archives.postgresql.org/pgsql-hackers/2007-01/msg00079.php</a> </p> </li></ul> |