Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3289a93

Browse files
committed
Done:
* -Allow WAL information to recover corrupted pg_controldata
1 parent 486f994 commit 3289a93

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/TODO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated: Tue Apr 25 10:33:19 EDT 2006
5+
Last updated: Tue Apr 25 22:15:17 EDT 2006
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1089,7 +1089,7 @@ Write-Ahead Log
10891089
entire rows?
10901090
* Allow the pg_xlog directory location to be specified during initdb
10911091
with a symlink back to the /data location
1092-
* Allow WAL information to recover corrupted pg_controldata
1092+
* -Allow WAL information to recover corrupted pg_controldata
10931093
* Find a way to reduce rotational delay when repeatedly writing
10941094
last WAL page
10951095

doc/src/FAQ/TODO.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Tue Apr 25 10:33:19 EDT 2006
11+
Last updated: Tue Apr 25 22:15:17 EDT 2006
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -986,7 +986,7 @@ <h1><a name="section_19">Write-Ahead Log</a></h1>
986986
entire rows?
987987
</li><li>Allow the pg_xlog directory location to be specified during initdb
988988
with a symlink back to the /data location
989-
</li><li>Allow WAL information to recover corrupted pg_controldata
989+
</li><li>-<em>Allow WAL information to recover corrupted pg_controldata</em>
990990
</li><li>Find a way to reduce rotational delay when repeatedly writing
991991
last WAL page
992992
<p> Currently fsync of WAL requires the disk platter to perform a full

0 commit comments

Comments
 (0)