|
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:Mon Aug8 16:26:45 EDT 2005 |
| 11 | +Last updated:Tue Aug9 00:51:13 EDT 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>.
|
@@ -720,7 +720,7 @@ <h1><a name="section_14">Fsync</a></h1>
|
720 | 720 | <ul>
|
721 | 721 | <li>Improve commit_delay handling to reduce fsync()
|
722 | 722 | </li><li>Determine optimal fdatasync/fsync, O_SYNC/O_DSYNC options
|
723 |
| -</li><li>Allow multiple blocks to be written to WAL with one write() |
| 723 | +</li><li>-<em>Allow multiple blocks to be written to WAL with one write()</em> |
724 | 724 | </li><li>Add an option to sync() before fsync()'ing checkpoint files
|
725 | 725 | </li><li>Add program to test if fsync has a delay compared to non-fsync
|
726 | 726 | </li></ul>
|
|