|
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: Thu Jun 2317:28:04 EDT 2005 |
| 11 | +Last updated: Thu Jun 2322:07:20 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>.
|
@@ -656,6 +656,7 @@ <h1><a name="section_12">Fsync</a></h1>
|
656 | 656 | </li><li>Determine optimal fdatasync/fsync, O_SYNC/O_DSYNC options
|
657 | 657 | </li><li>Allow multiple blocks to be written to WAL with one write()
|
658 | 658 | </li><li>Add an option to sync() before fsync()'ing checkpoint files
|
| 659 | +</li><li>Add program to test if fsync has a delay compared to non-fsync |
659 | 660 | </li></ul>
|
660 | 661 | <h1><aname="section_13">Cache</a></h1>
|
661 | 662 |
|
|