diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-06-03 02:34:35 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-06-03 02:34:35 +0000 |
commit | 6ea7164feb1472376834f904262a31de12a07299 (patch) | |
tree | 4de34b969372311a35e76fed3c2ab3d1911cc6ff /doc/src | |
parent | be05b260a9e9a9d31102207da77eed87b1c72441 (diff) | |
download | postgresql-6ea7164feb1472376834f904262a31de12a07299.tar.gz postgresql-6ea7164feb1472376834f904262a31de12a07299.zip |
Patch reverted, not done:
> * Allow WAL information to recover corrupted pg_controldata
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ/TODO.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 7be05f2d2c1..f25e9a739f0 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:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/> -Last updated: Tue May 30 06:21:02 EDT 2006 +Last updated: Fri Jun 2 22:34:25 EDT 2006 </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>. @@ -1008,7 +1008,7 @@ first. entire rows? </li><li>Allow the pg_xlog directory location to be specified during initdb with a symlink back to the /data location - </li><li>-<em>Allow WAL information to recover corrupted pg_controldata</em> + </li><li>Allow WAL information to recover corrupted pg_controldata </li><li>Find a way to reduce rotational delay when repeatedly writing last WAL page <p> Currently fsync of WAL requires the disk platter to perform a full |