Commit e5ca4bde authored by Bruce Momjian's avatar Bruce Momjian

Add:

> *  Add an option to sync() before fsync()'ing checkpoint files
parent 6063d114
...@@ -5,7 +5,7 @@ TODO list for PostgreSQL ...@@ -5,7 +5,7 @@ TODO list for PostgreSQL
Bracketed items "[]" have more detail. Bracketed items "[]" have more detail.
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Last updated: Sat Jul 10 20:26:38 EDT 2004 Last updated: Sat Jul 10 20:28:31 EDT 2004
The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org. The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
...@@ -352,6 +352,7 @@ Fsync ...@@ -352,6 +352,7 @@ Fsync
o Determine optimal commit_delay value o Determine optimal commit_delay value
* Determine optimal fdatasync/fsync, O_SYNC/O_DSYNC options * Determine optimal fdatasync/fsync, O_SYNC/O_DSYNC options
o Allow multiple blocks to be written to WAL with one write() o Allow multiple blocks to be written to WAL with one write()
* Add an option to sync() before fsync()'ing checkpoint files
Cache Cache
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment