summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2004-07-11 00:28:30 +0000
committerBruce Momjian2004-07-11 00:28:30 +0000
commite5ca4bde793ec2414daa5ba26fbfb6bb895e5448 (patch)
treed9850c9525f5c33728a3d660ca848014efaa0d8e
parent6063d11464738eff96b45ab1585f2798a02f1404 (diff)
Add:
> * Add an option to sync() before fsync()'ing checkpoint files
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 9ab1a07c961..4ccb8700f3b 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -5,7 +5,7 @@ TODO list for PostgreSQL
Bracketed items "[]" have more detail.
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.
@@ -352,6 +352,7 @@ Fsync
o Determine optimal commit_delay value
* Determine optimal fdatasync/fsync, O_SYNC/O_DSYNC options
o Allow multiple blocks to be written to WAL with one write()
+* Add an option to sync() before fsync()'ing checkpoint files
Cache