Update TODO list.

This commit is contained in:
Bruce Momjian 2001-03-20 20:32:30 +00:00
parent 7433081a6f
commit 192d7245b5
1 changed files with 2 additions and 2 deletions

View File

@ -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