diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-03-20 20:31:56 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-03-20 20:31:56 +0000 |
commit | 7433081a6f998ef65e1d4621f879f49b99618e64 (patch) | |
tree | 310f4e1ec88a31a5b81be7b30f1e353225c3987a | |
parent | f4cb2be88e415973f950b674320d12b115762f77 (diff) | |
download | postgresql-7433081a6f998ef65e1d4621f879f49b99618e64.tar.gz postgresql-7433081a6f998ef65e1d4621f879f49b99618e64.zip |
Update TODO list.
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Tue Mar 20 15:30:50 EST 2001 +Last updated: Tue Mar 20 15:31:46 EST 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -273,6 +273,7 @@ PERFORMANCE * Delay fsync() when other backends are about to commit too [fsync] * Determine optimal commit_delay value * Determine optimal fdatasync/fsync, O_SYNC/O_DSYNC options + * Allow multiple blocks to we written to WAL in one write() INDEXES |