|
8 | 8 | <bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
|
9 | 9 | <h1><aname="section_1">PostgreSQL TODO List</a></h1>
|
10 | 10 | <p>Current maintainer: Bruce Momjian (<ahref="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
|
11 |
| -Last updated:Tue Dec6 15:46:51 EST 2005 |
| 11 | +Last updated:Wed Dec7 12:29:08 EST 2005 |
12 | 12 | </p>
|
13 | 13 | <p>The most recent version of this document can be viewed at<br/>
|
14 | 14 | <ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
|
@@ -751,7 +751,8 @@ <h1><a name="section_14">Fsync</a></h1>
|
751 | 751 | <li>Improve commit_delay handling to reduce fsync()
|
752 | 752 | </li><li>Determine optimal fdatasync/fsync, O_SYNC/O_DSYNC options
|
753 | 753 | <p> Ideally this requires a separate test program that can be run
|
754 |
| - at initdb time or optionally later. |
| 754 | + at initdb time or optionally later. Consider O_SYNC when |
| 755 | + O_DIRECT exists. |
755 | 756 | </p>
|
756 | 757 | </li><li>%Add an option to sync() before fsync()'ing checkpoint files
|
757 | 758 | </li><li>Add program to test if fsync has a delay compared to non-fsync
|
|