|
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:bruce@momjian.us">bruce@momjian.us</a>)<br/>
|
11 |
| -Last updated: Tue Mar 1814:40:32 EDT 2008 |
| 11 | +Last updated: Tue Mar 1819:32:48 EDT 2008 |
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>.
|
@@ -1312,8 +1312,9 @@ <h1><a name="section_18">Write-Ahead Log</a></h1>
|
1312 | 1312 | of indexes on TOAST tables.
|
1313 | 1313 | </p>
|
1314 | 1314 | </li><li>Speed WAL recovery by allowing more than one page to be prefetched
|
1315 |
| -<p> This involves having a separate process that can be told which pages |
1316 |
| - the recovery process will need in the near future. |
| 1315 | +<p> This should be done utilizing the same infrastructure used for |
| 1316 | + prefetching in general to avoid introducing complex error-prone code |
| 1317 | + in WAL replay. |
1317 | 1318 | <ahref="http://archives.postgresql.org/pgsql-general/2007-12/msg00683.php">http://archives.postgresql.org/pgsql-general/2007-12/msg00683.php</a>
|
1318 | 1319 | <ahref="http://archives.postgresql.org/pgsql-hackers/2007-12/msg00497.php">http://archives.postgresql.org/pgsql-hackers/2007-12/msg00497.php</a>
|
1319 | 1320 | <ahref="http://archives.postgresql.org/pgsql-hackers/2008-02/msg01279.php">http://archives.postgresql.org/pgsql-hackers/2008-02/msg01279.php</a>
|
|