diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-01-27 02:29:32 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-01-27 02:29:32 +0000 |
commit | ddf569e3ed89674a92573e0d261b6c43ebb52e78 (patch) | |
tree | 4345d6faa6bc307adec1084263c7ba826c0e1119 /doc/src | |
parent | f77b1f05f59847f5f7f5db9f6c2c6b2352cc1431 (diff) |
Add:
> * Consider having the background writer update the transaction status
> hint bits before writing out the page
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ/TODO.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 4d86b31e7df..507f1fd3276 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@ <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <h1><a name="section_1">PostgreSQL TODO List</a></h1> <p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/> -Last updated: Fri Jan 26 21:28:12 EST 2007 +Last updated: Fri Jan 26 21:29:28 EST 2007 </p> <p>The most recent version of this document can be viewed at<br/> <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>. @@ -1164,6 +1164,8 @@ first. There is also a developer's wiki at<br/> </li><li>Reduce the row header size? </li></ul> </li><li>Consider increasing NUM_CLOG_BUFFERS + </li><li>Consider having the background writer update the transaction status + hint bits before writing out the page </li></ul> <h1><a name="section_21">Source Code</a></h1> |