From 3289a932a95667df9ec982135e42bd4d28d7897d Mon Sep 17 00:00:00 2001 From: Bruce Momjian <bruce@momjian.us> Date: Wed, 26 Apr 2006 02:15:20 +0000 Subject: [PATCH] Done: * -Allow WAL information to recover corrupted pg_controldata --- doc/TODO | 4 ++-- doc/src/FAQ/TODO.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/TODO b/doc/TODO index 7c33bf24c3e..470c6603fcd 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Tue Apr 25 10:33:19 EDT 2006 +Last updated: Tue Apr 25 22:15:17 EDT 2006 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -1089,7 +1089,7 @@ Write-Ahead Log entire rows? * Allow the pg_xlog directory location to be specified during initdb 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 last WAL page diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index aefe78c1bc4..eb584e9093b 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 Apr 25 10:33:19 EDT 2006 +Last updated: Tue Apr 25 22:15:17 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>. @@ -986,7 +986,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>Allow WAL information to recover corrupted pg_controldata + </li><li>-<em>Allow WAL information to recover corrupted pg_controldata</em> </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 -- GitLab