diff options
author | Bruce Momjian | 2003-02-18 05:15:51 +0000 |
---|---|---|
committer | Bruce Momjian | 2003-02-18 05:15:51 +0000 |
commit | f8247a7666a91b2c500ff6cf157e8aef7550dcc3 (patch) | |
tree | 8e27d8c64ae9f2bb38b0458e878f93ff2348df30 | |
parent | cdbe5f62f14896269470f59fd40e197efdf4ba95 (diff) |
Add:
> * Allow WAL information to recover corrupted pg_controldata
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Mon Feb 17 22:47:31 EST 2003 +Last updated: Tue Feb 18 00:15:49 EST 2003 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -388,6 +388,7 @@ Write-Ahead Log * Allow xlog directory location to be specified during initdb, perhaps using symlinks * Allow pg_xlog to be moved without symlinks +* Allow WAL information to recover corrupted pg_controldata Optimizer / Executor |