Commit 6ea7164f authored by Bruce Momjian's avatar Bruce Momjian

Patch reverted, not done:

> * Allow WAL information to recover corrupted pg_controldata
parent be05b260
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
PostgreSQL TODO List PostgreSQL TODO List
==================== ====================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Last updated: Tue May 30 06:21:02 EDT 2006 Last updated: Fri Jun 2 22:34:25 EDT 2006
The most recent version of this document can be viewed at The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. http://www.postgresql.org/docs/faqs.TODO.html.
...@@ -1115,7 +1115,7 @@ Write-Ahead Log ...@@ -1115,7 +1115,7 @@ Write-Ahead Log
entire rows? entire rows?
* Allow the pg_xlog directory location to be specified during initdb * Allow the pg_xlog directory location to be specified during initdb
with a symlink back to the /data location with a symlink back to the /data location
* -Allow WAL information to recover corrupted pg_controldata * Allow WAL information to recover corrupted pg_controldata
* Find a way to reduce rotational delay when repeatedly writing * Find a way to reduce rotational delay when repeatedly writing
last WAL page last WAL page
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
<h1><a name="section_1">PostgreSQL TODO List</a></h1> <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/> <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>
<p>The most recent version of this document can be viewed at<br/> <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>. <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
...@@ -1008,7 +1008,7 @@ first. ...@@ -1008,7 +1008,7 @@ first.
entire rows? entire rows?
</li><li>Allow the pg_xlog directory location to be specified during initdb </li><li>Allow the pg_xlog directory location to be specified during initdb
with a symlink back to the /data location 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 </li><li>Find a way to reduce rotational delay when repeatedly writing
last WAL page last WAL page
<p> Currently fsync of WAL requires the disk platter to perform a full <p> Currently fsync of WAL requires the disk platter to perform a full
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment