From 6ea7164feb1472376834f904262a31de12a07299 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 3 Jun 2006 02:34:35 +0000 Subject: [PATCH] Patch reverted, not 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 200ed89d6b..d769f413a2 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 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 http://www.postgresql.org/docs/faqs.TODO.html. @@ -1115,7 +1115,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 7be05f2d2c..f25e9a739f 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

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
http://www.postgresql.org/docs/faqs.TODO.html. @@ -1008,7 +1008,7 @@ first. 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

    Currently fsync of WAL requires the disk platter to perform a full -- GitLab