diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-03-20 20:32:30 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-03-20 20:32:30 +0000 |
commit | 192d7245b5a67301cf5bf4d3d125e60883eb406e (patch) | |
tree | ba2cac9c76fc1690f5f4f1aaeb4abfad7f50b549 | |
parent | 7433081a6f998ef65e1d4621f879f49b99618e64 (diff) | |
download | postgresql-192d7245b5a67301cf5bf4d3d125e60883eb406e.tar.gz postgresql-192d7245b5a67301cf5bf4d3d125e60883eb406e.zip |
Update TODO list.
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Tue Mar 20 15:31:46 EST 2001 +Last updated: Tue Mar 20 15:32:12 EST 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -273,7 +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() + * Allow multiple blocks to be written to WAL with one write() INDEXES |