diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-05-24 15:33:46 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-05-24 15:33:46 +0000 |
commit | 27f729c8faa5c3e361c415d8dc4f88ac30831fc6 (patch) | |
tree | 8661b2522eede4abe753e497be060ec847b7b34c | |
parent | 76e386d5e4d7150932e30336a559cbe3c3658ec3 (diff) | |
download | postgresql-27f729c8faa5c3e361c415d8dc4f88ac30831fc6.tar.gz postgresql-27f729c8faa5c3e361c415d8dc4f88ac30831fc6.zip |
Added:
> * Find a way to reduce rotational delay when repeatedly writing
> last WAL page
-rw-r--r-- | doc/TODO | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Fri May 23 21:27:42 EDT 2003 +Last updated: Sat May 24 11:33:42 EDT 2003 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -293,11 +293,6 @@ Dependency Checking * Use dependency information to dump data in proper order -Transactions -============ - - - Exotic Features =============== @@ -381,6 +376,8 @@ Write-Ahead Log * Allow xlog directory location to be specified during initdb, perhaps using symlinks * Allow WAL information to recover corrupted pg_controldata +* Find a way to reduce rotational delay when repeatedly writing + last WAL page Optimizer / Executor |